@charset "utf-8";
/* CSS Document */
body {
	background-color: #004B91;
}
body,td,th {
	color: #FFCC33;
	font-family: Comic Sans MS;
	font-size: medium;
}
a:link {
	color: #FFCC33;
	font-weight: bold;
	font-style: italic;
}
a:visited {
	color: #FFCC33;
}
a:hover {
	color: #A74834;
}
a:active {
	color: #FFCC33;
}
.Style1 {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
}
.Style2 {font-size: x-small}
a {
	font-weight: bold;
	font-style: italic;
}

