

BODY
{
	position:absolute;	
	background-color: white;
	font: normal 16px "Trebuchet MS", Tahoma, sans-serif;;
	margin-top : 0 ;
	color: #777777;
	left: 8%;
	right: 8%;
	max-width: 80ch; 		

}




.responsive {
  width: 100%;
  height: auto;
}


#centercontent {


		position:absolute;		
		clear:left;		
		margin-top:20px;	
		left: 170px;	

		max-width:70%; 		

/*		
		max-width:42em; 		
		width:expression(document.body.clientWidth > 820 ? "42em": "auto");  
*/		

		margin-right:20px;	
	        padding-top: 5px;			
   		padding-right: 20px;		


		}


P, LI, EM, TD, A
{
	margin-top : 0 ;
	color: #777777;
}




H1, H2, H3
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif; 
	font-weight : bold ;
	color : green ;
	margin-bottom: 0.5em;
}


H1
{
	font-size: xx-large;
}


H2
{
	font-size: x-large;
}

H3
{
	font-size: large;
}

H4, H5, H6
{
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color : green ;
	margin-bottom: 0;
	font-size: medium;

}

A
{
	color : green ;
	font-weight : bold ;
	text-decoration : none ;


}

B
{
	font-weight : bold ;
	
}
STRONG
{
	font-weight : bold ;

}




