Body 
{color: black; 
background: #DDFEDF; 
font: Times New Roman; 
}

HR 
{
text-align: left; 
color: #000066; width: 100%
}
 




a:link 
{
color: black; font-weight:bold; text-decoration:underline;}

a:visited 
{
color: #000000; font-weight:bold; text-decoration:underline} 

a:active 
{	
color: #000066; font-weight:bold; text-decoration:underline}

A:hover      
{color: #660000; font-weight:bold; text-decoration:none}

#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 0em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #DDFEDF;
	color: #ffffff;
	}
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 2px solid #DDFEDF;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #993333;
		border-right: 10px solid #cc6666;
		background-color: #cc3333;
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #cc3333;
		border-right: 10px solid #ff6666;
		background-color: #cc6666;
		color: #ffffff;
		}


H1 
{
color: black; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold}

H2 
{
color: black; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;}

H3 
{
color: #006600; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal;}

H4 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
; color: #006600; }

H5 
{
font-family: Verdana, Arial, Helvetica, sans-serif;
; color: #000066
}

H6 
{
font-family: Arial, Helvetica, sans-serif; font-weight:bold;
; color:black;
}

