<style>     
{}

P  {
	FONT-FAMILY : Arial, Helvetica;
    FONT-SIZE : small;
   }
   
A:link  {
	COLOR : #d6b03f;
    font-size : small;
	text-decoration: none;
	FONT-WEIGHT : BOLD
		}
        
A:active  {
   	COLOR : #d6b03f;
   	font-size : small;
	text-decoration: none;
	FONT-WEIGHT : BOLD
	      }
        
A:visited  {
   	COLOR : #d6b03f;
	text-decoration: none;
	font-size : small;
	FONT-WEIGHT : BOLD
        }
        
A:hover  {
   	COLOR : green;
   	font-size : small;
	text-decoration: underline;
	FONT-WEIGHT : BOLD
	    }
</style>