
body{
	background-color: #000084;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: Red;
	text-decoration: underline;
	font-weight: bolder;
}
a:visited {
	color: Gray;
	text-decoration: underline;
}
a:hover {
	color: Maroon;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: White;
}
h1{
	color: Red;
	font-weight: bold;
	font-size: 75px;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h2{
	color: Yellow;
	font-weight: bold;
	font-size: x-large;
	font-style: italic;
}

a {
	color: #330000;
}


.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;}
	
.style1 {color: #FFFFFF}
.style2 {color: #000000}
.style3 {
	color: White;
	font-size: x-small;
}
.style4 {
	color: White;
	font-size: medium;
	font-weight: bold;
}
.style5 {
	color: White;
	font-size: medium;
}