@charset "utf-8";
/* CSS Document */
a:link {
	font-family: Arial, Helvetica;
	font-size:11px;
	font-weight: 700;
	color: #00277C;
	text-decoration: none
}
a:visited {
	font-family: Arial, Helvetica;
	font-size:11px;
	font-weight: 700;
	color: black;
	text-decoration: none
}
a:hover {
	font-family: Arial, Helvetica;
	font-size:11px;
	font-weight: 700;
	color: black;
	text-decoration: underline
}
a:active {
	font-family: Arial, Helvetica;
	font-size:11px;
	font-weight: 700;
	color: black;
	text-decoration: underline
}
h3 {
	color:#00297B;
}
.border {
	border:2px solid #00277C;
}
.question {
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
}
.answer {
	color:#0000FF;
	font-family:"Times New Roman", Times, serif;
}
.webmaster {
	color:#00277C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
}
	
	
