html
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: white;
}

h1
{
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

h2
{
	font-size: 0.9em;
	font-weight: bold;
}

a:link, a:visited 
{
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
	
}    
    
a:hover
{
	color: #FF0000;
}

p, td, th
{
	font-size: 0.8em;
}


ul li
{
	font-size: 0.8em;
}

ul li ul li
{
	font-size: 1em;
}

