a:link       { color: #0000FF; font-weight: bold; text-decoration: underline }
a:visited    { color: #0000FF; font-weight: bold; text-decoration: underline}
a:hover      { color: #0000FF;  background-color: #FFCC00;  }

/*
a:link       { color: #008000; font-weight : bold; }
a:visited    { color: #008000; font-weight : bold; }
a:hover      { color: #00FF00; font-weight : bold; background-color: #008000; text-decoration: underline }
*/


body         { font-family: Verdana, Arial, sans-serif; font-size: 10pt; background-color: #F0F0F0; color: #000000;
			 }
			 
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;
	}
