body {
	background-color: #005C99;
	font-family: Helvetica;
	font-size: small;
	color: #FFFFFF;
}
img {
	border-style: none;
}
#title {
	font-weight: bold;
	font-size: medium;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
