<style type="text/css">
.style1 {
	background-color: #FF0000;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover.topnav {
	color: #FF0000;
}

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a:hover.bottomnav {
	color: #FF0000;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}

.smallbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #ffffff;
	font-style: italic; 
}

.smallbodyblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	 
}

.blackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}

.header {
	font-size: 40px;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.whitetext {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

table.blue {
    width: 800px;
    background-color: #0000FF;
    padding: 5px,5px,5px,5px;
    border: none;
}

table.white {
    width: 800px;
    background-color: White;
    border: none;
}

hr {
color: #9E9E9E;
background-color: #9E9E9E;
height: 1px;
width: 100%;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0000FF;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
}

</style>
