						<style type="text/css">     
	P  {}
     
     H1  {
     	font-size : medium;
     	font-family : verdana;
     	font-weight : bold;
     	color : #797979;
     }
     
     H2  {
     	font-size : x-small;
     	font-family : verdana;
     	font-weight : bold;
     	color : #FEC02E;
     }
     
     H3  {
     	font-size : x-small;
     	font-family : verdana;
     	font-weight : bold;
     	color : #AB2A42;
     }
     
     A  {
     	color : #AB2A42;
     	font-size : xx-small;
     	font-family : verdana;
     	font-weight : bold;
     }
     
     A:Visited  {
     	color : #FEC02E;
     	font-size : xx-small;
     	font-family : verdana;
     	font-weight : bold;
     }
     
     A:Active  {
     	color : #AB2A42;
     	font-size : xx-small;
     	font-family : verdana;
     	font-weight : bold;
     }
     
     A:Hover  {
     	color : #AB2A42;
     	font-size : xx-small;
     	font-family : verdana;
     	font-weight : bold;
     }
     
     th  {
     	color : #000000;
     	font-size : x-small;
     	font-family : verdana;
     	font-weight : bold;
     }

     td  {
     	color : #000000;
     	font-size : x-small;
     	font-family : verdana;
     	font-weight : normal;
     }
     input  {
     	color : #000000;
     	font-size : xx-small;
     	font-family : verdana;
     	font-weight : normal;
     }

     </style>