body {
	margin: 0px 0px 0px 0px;
	font-size: 62.5%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ffffff;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	margin: 0px;
	text-align: left;	
	}


#content {
	font-size: 1.2em;
	}


a, h2 a:hover, h3 a:hover {
	color: #B42D1C;
 	text-decoration: underline;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}


hr {
	display: none;
	}
