h1 { 
	color: #944C00;
	font-family: "Snap ITC", "Arial Black", "Arial", sans-serif;
}
h2 {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background: white;
	color: black;
}

a:link {color: #3888C8;}
a:visited {color: #582490;}
a:active {color: green;}
a:hover {	color: red;}
a {text-decoration: underline;}

/* text="#000000" bgcolor="#FFFFFF" link="#FF0000" vlink="#800080" alink="#0000FF" */