@charset "ISO-8859-1";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #C69C59;
	background-color: #003366;
	margin: 10px 0px;
}
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#FFF;
}
a:visited {
	color:#FFF;
}
a:hover {
	color:#c1872e;
}
