p:first-letter
{
 font-size: 160%;
 font-weight: bold;
 color:green;
 }
 
p
{
 text-indent:20px;
 }

 
 a
{
	color : #003F00;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	margin : 0px 0px 0px 0px;
	text-decoration : none;
}


a.nav:hover
{
	color : #03a400;
	font-family : Tahoma;
	font-size : 12px;
	font-weight : normal;
	margin : 0px 0px 0px 0px;
	text-decoration : none;
	
}

