.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	font-family: "Comic Sans MS";
}
.instructions {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.boxtarget {
	font-family: "Comic Sans MS";
	font-size: 16px;
	text-align: center;
	background-color: #FFDDBB;
}
.redcomment {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #CC0000;
	text-align: center;
}
.explanation {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #333333;
}
.gamenames {
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.boxtargetborder {
	background-color: #FFDDBB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.imageborder {
	border: 1px solid #666666;
}
.choices {
	font-family: "Comic Sans MS";
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}
.gallery {
	text-align: center;
	vertical-align: middle;
}
a:link {
	color: #000000;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #000000;
}

