/* CSS Document */

body {
	text-align: center;
	background-color:#ffffcc;
	border-color: #996633;
}

th#menu a:link {color: #ffffcc;}
th#menu a:visited {color: #ffffcc;}
th#menu a:hover {color: #000000;}
th#menu a:active {color: #000000;}

th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#ffffcc;
	face: bold;
	font-size: 14px;
	text-align: center;
}

a:link { color: #000000;
         face: bold;
		 text-decoration: none; 
 }
 
a:visited { color: #000000;
         face: bold;
		 text-decoration: none; 
 }
 
a:hover { color: #996633; 
         face: bold;
		 text-decoration: none; 
}
a:active { color: #996633; 
         face: bold;
		 text-decoration: none; 
}
		 
.answer {
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996633;
}

.question {
	font-weight: bold;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996633;
}

