body {

	min-height: 99%
	height: 100%;

	color: #333333;
	background-color: white;
	margin:0px;
	padding: 0px;

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;

}


hr { clear: left; display: none; }

a, a:visited {
	color: navy;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 5px;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	color: #333333;
	text-align: center;
}



