P main { font-style: regular }


   .main { 

    color: black;

	text-align: justify;

	font: normal 12px arial, helvetica, serif;

  } 
  
P menu { font-style: regular }


   .menu  { 

    color: black;

	text-align: left;

	font: normal 12px arial, helvetica, serif;

  } 
  
 
   P header { font-style: regular }


   .header { 

    color: black;

	text-align: justify;

	font: bold 16px arial, helvetica, serif;
	
	line-height: 20px;

  } 
  
   P fineprint { font-style: regular }


   .fineprint { 

    color: black;

	text-align: center;

	font: normal 10px verdana, arial, helvetica, serif;

  } 
  
  
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border:#000;
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
