* {
	padding: 10;
	margin: 10;
}

body,p,th,td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	margin:10;
	padding:10;
}

body {
	background-color: #003366;
}


h1 {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: 25px;
 color: #ffcc00;
 font-weight: bold;
 font-style: italic;
}

h2 {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: 20px;
 color: #ffcc00;
 font-weight: lighter;
 font-style: italic;
}

a:link {
	color: #000033;
	font-size: 14px;
	text-decoration:none;
}

a:visited {
	color: #000033;
	font-size: 14px;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
	font-size: 14px;
	color: #FF0000;
}


.clear { clear: both; background: none; }

