BODY{
 font-size   : 13pt ;
 color       : brown ;
 text-align  : center ;
}

P{
 font-size   : 15pt ;
 color       : brown ;
 text-indent : 7em ;
}

A:link    { color : brown; 
            text-decoration : none;}
A:visited { color : brown; 
            text-decoration : none;}
A:active  { color : brown; 
            text-decoration : none;}
A:hover   { color : red; 
            text-decoration : underline;}
