body {
	background-color : #000f6c;
	margin : 0px 0px;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-face-color : #305671;
	scrollbar-base-color: #000f6c;
	scrollbar-track-color:#000000;
	font-size: 9pt;
	font-family: Arial;
	font-color : #FFFFFF;
}

a {color : #00FFFF; text-decoration : none; font-size:10pt;}
a:visited {color : #FFFFFF;	text-decoration : none; font-size:10pt;}
a:hover {color : #60a0cd; text-decoration : none; font-size:10pt}

hr {
	color : #00FFFF;
	height : 2px;
	width : 100%;
}

.question { 
	cursor: default;
	display: block; 
	width: 500px;
 	font-size: 9pt;
	font-family: Arial;
	color: #00FFFF;
	font-weight: bold;
}
.answer { 
	display: none; 
	width: 500px; 
	padding: 2 0 5 2; 
 	font-size: 9pt;
	font-family: Arial;
	color: #FFFFFF;
}
.container{ display:block; }