#barretop { position: absolute; top: 1px; left: 10px; }
P { FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, Swiss; FONT-SIZE: 13px; }
a:link { text-decoration: none; Color: #FFFF00; } 
a:visited { text-decoration: none; Color: #FFFF00; } 
a:hover { Background-color: #FFFF00; Color : #FF0000; Text-Decoration: underline overline; } 
a:active { text-decoration: none; Color : #FF0000; } 
#toblue a:hover{
background-color:yellow;
color:red; }
