html, body {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
}
h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000080;
}
p {
	font-size: 0.8em;
}
ul {
	font-size: 0.8em;
}
.small {
	font-size: 0.6em;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}