BODY	
{	color: black;
	background-color: white;
    margin: 5% 10%;
 	font-family: sans-serif;
	font-size: 90%;
}

HR
{	color: #AAAAAA;
}

H3.smallcap
{	margin-top: 5%;
	font-variant: small-caps;
}

:link { color: #0000C0 }  
:visited { color: #600090 } 
A:active { color: #C00000 } 
:hover { color: #000060 }
  
