html, body {height:100%; margin: 0; padding: 0; }

html>body {
	font-size: 16px; 
	font-size: 10pt;
} /* Reset Base Font Size */

body {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	background: #fff;
	color: #333;
}

h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: large }

#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc; text-align: center }
#banner a { color: white; }

#main { padding: 1em; }

#main_links {
	margin: 5px;
	width: 375px;
	padding: 0px;
	}

a img { border: none; }

a:hover { color: #FF0000; text-decoration:none; }

a { color: #000000; text-decoration:none; }

p {
	font-family: Verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	background: #fff;
	color: #333;
}