body {
	background-color: #336799;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: none;
	font-size: small; 
}
a:hover {
	font-weight: bold;
	color: #FFFFCC;
	text-decoration: underline;
}
a:link { 
	color: #FFFFCC;
}
a:visited { 
	color: #FFFFCC;
	text-decoration: underline;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
legend {
	font-size: large;
	font-weight: bold;
	color: #FFFFCC;
}
img {
	border-color: #336799;
}


