body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 99%;
	color: #646156;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 10px;
}
h1, h2, h3{
	font-size: 1.0em;
}
p, ul, ol{
	font-size: 0.7em;
}
a:link, a:visited{
	color: #646156;
	text-decoration: underline;
}
a:hover, a:active{
	color: #0066FF;
	text-decoration: underline;
}
.clear{
	clear: both;
}
.red{
	color: #FF0000;
}
.larger{
	font-size: 1.2em;
}
