<style>     
{}

P  {
	FONT-FAMILY : Arial, Helvetica;
    FONT-SIZE : small;
	color: white; 
   }
   
A:link  {
	COLOR : #d6b03f;
    font-size : SMALL;
	text-decoration: none;
		}
        
A:active  {
   	COLOR : #d6b03f;
   	font-size : SMALL;
	text-decoration: none;
       }
        
A:visited  {
   	COLOR : #d6b03f;
   	font-size : SMALL;
	text-decoration: none;
        }
        
A:hover  {
   	COLOR : green;
   	font-size : SMALL;
	text-decoration: underline;
        }
h2  {
	FONT-FAMILY : Arial, Helvetica;
    FONT-SIZE : MEDIUM;
	color: white; 
	TEXT-DECORATION : UNDERLINE;
   }
</style>