body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: Arial, sans-serif;
}

#copyright {
	font-size: 11px;
	color: #888888;
}
#copyright a {
	color:#888888;
}

.menu {
	font-size: 10px;
	font-weight: bold;
	text-transform:uppercase;
}
.menu a {
	color:#444444;
	text-decoration:none;
}
.menu a:hover {
	color:#999999;
	text-decoration:none;
}


.question {
	font-family: trebuchet ms,Arial Black, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4b7a9b;
}

.answer {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}


.pbody {
	font-family: arial;
	font-size: 12px;
	color: #335972;
}
.pbody a {
	color: #4b7a9b;
}

.error {
	color: #CC0000;
	font-weight: bold;
}

.error a {
	color: #CC0000;
	font-weight: bold;
}

