@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 50px;
	margin-top: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-repeat: no-repeat;
	width: 760px;
}
a:link, a:visited {
	color: #0A1C5A;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	font-style: italic;
	color: #993333;
	text-decoration: underline;
}
.blue {
	color: #003366;
}
.red {
	color: #CC0000;
}
.white {
	color: #FFFFFF;
}
