body
		{
			background-color:#cccccc;
			margin : 0;
			font-family :  Verdana,Arial, Helvetica;
			font-size : 10pt;
			color : #000000;			
		}

h1
		{
		   font-size : 7pt;
		   font-weight: lighter;
		   
		}
		
		
.h1
		{
		   font-size : 9pt;
		   font-weight: lighter;
		   font-color: red;
		}
		
.h2
		{
		   font-size : 9pt;
		   font-weight: lighter;
		   font-color: black;
		}
		
.h3
		{
		   font-size : 9pt;
		   font-weight: lighter;
		   font-color: black;
		}
		
		
a 
{ 
text-decoration:none; 
color:#000000; 
} 


a:hover 
{ 
color:#FFFFFF; 
} 
