@charset "utf-8";
/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0
	padding:0;
}
h2 {
	background-color:#FFCC00;
}
dt{
	font-weight:bold;
}
table {
	border: 5px;
}
th {
	background-color:#FFCC00;
}
a, a:link, a:visited, a:active {
	color:#6666FF;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
}
#instr{
	float:right;
	padding-top: 0px;
	width:43%;
}
#gameForm{
	width: 56%;
}
#footer{
	clear: both;
	border-top-color:#FFCC00;
	border-top-style:dotted;
	border-top-width:thick;
}
.btn {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	border-color:#006600;
	border-style:solid;
	border-width:thin;
}
.term {
	font-weight:bold;
}
