body {
	background-color: #333;
}
#header {
	background-color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 23px;
	font-weight: bold;
}
#navmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	width: 200px;
}
#navmenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	width: 200px;
	font-weight: bold;
	text-decoration: none;
}
#navmenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	width: 200px;
	font-weight: bold;
	text-decoration: none;
}
#navmenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	width: 200px;
	font-weight: bold;
	text-decoration: underline;
}
#content {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#navmenu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	width: 200px;
	font-weight: bold;
	text-decoration: underline;
}
.contentTitle {
	font-size: 18px;
	color: #333;
}
#content a:link {
	background-color: #FFF;
	text-decoration: none;
}
#content a:visited {
	background-color: #FFF;
	text-decoration: none;
	color: #666;
}
#content a:hover {
	background-color: #FFF;
	text-decoration: underline;
}
#content a:active {
	background-color: #FFF;
	text-decoration: underline;
}
.question {
	font-weight: bold;
	color: #900;
}
