/* Example style sheet */

body {background-color: #BBBBBB; color: black; font-family: Arial}

a:link	{color: blue; 
	 text-decoration: none}

a:active {text-decoration: none}

a:visited {color: blue; 
	   text-decoration: none}

a:hover {color: #FFFFFF; 
	 background-color: #999999;
	 text-decoration: underline}
a.hku:hover {background-color: #0000AA;}


h2 {color: red; font-family: Arial}
h3 {color: purple; font-family: Arial}

th {color: #000000}

td {color: blue}

