@charset "UTF-8";
/* CSS Document */

body {
	background-color: #003333;
}
body,td,th {
	color: #FFF58F;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.style1 {font-size: small}
.style2 {
	font-size: large;
	font-weight: bold;
}
a:link {
	color: #FFF58F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF58F;
}
a:hover {
	text-decoration: underline;
	color: #FFF58F;
}
a:active {
	text-decoration: underline;
	color: #FFF58F;
}
.style3 {font-size: small; font-weight: bold; }
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #FFF58F;
	font-weight: normal;
}
