body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color: #3399cc;
}
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:large;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : medium;
	color: #ffffff;
	font-weight: bold;
}

h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : small;
	color: #ffffff;
	text-align: center;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color: #ffffff;
}

hr {color : #ffffff;
	size:1;
	width:100%;
}

		a {
		text-decoration : none;
		color : #ffffff;
		font-weight:bold;
}
		a:visited {
		text-decoration : none;
		color: #ffffff;
		font-weight:bold;
}
		a:hover {
		text-decoration : underline;
		color: #ffffff;
		font-weight:bold;
}


