a:link       { color: #FF9900; font-weight: bold; text-decoration: underline }
a:visited    { color: #FF9900; font-weight: bold; text-decoration: underline }
a:hover      { color: #FFCC00; background-color: #0000FF }


body         { font-family: Verdana, Arial, sans-serif; font-size: 10pt; background-color: #F0F0F0; color: #FFFF00;
			 }
a            { text-decoration: none }
td           { font-size: 10pt; }

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight : bold;
	}
	
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-align: center;  
	font-weight : bold;
	}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight : bold;
	}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	font-weight : bold;
	}
	
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
  	}

H6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : bold;
  	text-align: center;
  	}

P  {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	}