P  {
	font-size : x-small;
	font-weight : bold;
	font-family : Verdana,Arial,Helvetica;
	font : Verdana,Arial,Helvetica;
}

h1 { 
font: bold 1.3em verdana, arial, sans-serif; 
padding: .3em; 
border: 0px solid Silver; 
color: White; 
background-color: #669900; 
margin: 0 0 0px 0; /* top right bottom left */ 
}

h2 { 
font: bold 1.0em verdana, arial, sans-serif; 
padding: .2em; 
border: 0px solid Silver; 
color: #dddddd; 
background-color: #669900; 
margin: 0 0 2px 0; /* top right bottom left */ 
}

H3  {
	font-size : large;
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold;
	color : Black;
	font : Verdana,Arial,Helvetica;
	padding-top : 0;
	padding-bottom : 0;
	margin-top : 0;
	margin-bottom : 0;
}

A  {
	font-size : medium;
	font-family : Verdana,Arial,Helvetica;
	font : Verdana,Arial,Helvetica;
	color : #ffcc00;
	text-decoration : none;
}

A:Visited  {
	font-size : medium;
	font-family : Verdana,Arial,Helvetica;
	font : Verdana,Arial,Helvetica;
	color : #ffcc00;
	text-decoration : none;
}

A:Active  {
	font-size : medium;
	font-family : Verdana,Arial,Helvetica;
	font : Verdana,Arial,Helvetica;
	color : Yellow;
	text-decoration : underline;
}

A:Hover  {
	font-size : medium;
	font-family : Verdana,Arial,Helvetica;
	font : Verdana,Arial,Helvetica;
	color : Yellow;
	text-decoration : underline;
}

BODY  {}

