A
{
color:#99CC00;
text-decoration:underline;
}

A:active
{
color:#99CC00;
text-decoration:underline;
}

A:visited
{
color:#669900;
text-decoration:underline;
}

A:hover
{
color:#669900;
text-decoration:underline;
}

body {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 2em;	
	background-color: #99CC33;
	color: #000000
	}
	
h1, h2, h3, h4, h5 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 150%;
 color: #669900;
}

h2{
 font-size: 114%;
 color: #99CC00;
}

h3{
 font-size: 100%;
 color: #99FF00;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #99FF00;
}

h5{
 font-size: 160%;
 color: #99FF00;
}