/*   Contract css   */


    #tabbyfaux a:link,
#tabbyfaux a:visited
{ 
display: block;
font-size: 9px; 
text-decoration: none;
color: #003300; 
background: #FFFFFF; 
padding: 2px;
}
A {color: #000099; font-size: 10px; font-family: arial;}
A:Hover {color: red;}

#tabbyfaux a:hover 
{ 
background: #003300; 
color: #FFFFFF; 
}

#tabbyfaux a:active
{ 
background: #003300; 
color: #FFFFFF; 
}






