
body, p { 
	background-color: #ffffff;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12pt; 
	color: black 
}
body { 
	margin: 10 10 10 10; 
}
body.nav { 
	margin: 3 3 3 3; 
	font-family: Verdana, Arial, helvetica;
}

a:link, a:visited, a:active { 
	color: brown;  
	text-decoration: none 
}
a:hover { 
	color: red; 
	text-decoration: underline
}

h1, h2, h3 { 
	font-size: 13pt; 
	color: black; 
	font-weight: bolder 
}
h1 { font-size: 14pt; }

a.nav, p > a.nav	{
	font-weight: bold;
	font-size: 8pt; 
	color: white; 
	background-color: transparant;
}
a:hover.nav, p > a:hover.nav { 
	color: red; 
	background-color: transparant;
}
		  