h1 	{ font-size: xx-large }

h2 	{ font-size: large }

h3 	{ font-size: medium }

h4 	{ font-size: small }

h5 	{ font-size: x-small }

body 	{ background-color: #ffffff; 
	font-family: arial, helvitica, sans-serif;
	color: #000000 }

hr 	{ color: #000000; 
	width: 85%; }

a:link   { color: #000000 }

a:active  { color: #000000 }

a:visited { color: #000000 }

a:hover { color: #888888 }   /* mouse over link */


