/* Style sheet for CSS compliant browsers. */ 
/* Tested in Opera 7 and Gecko (Mozilla) */ 
html  
{ 
padding: 0px; 
background-color: #666699; 
color: white;  
}

a
{
font-family: Trebuchet MS, Arial, sans-serif;
color:white;
font-size: 12pt;
font-weight:bold;
}
a:hover
{
color:black;
} 
a.house
{
font-family: Trebuchet MS, Arial, sans-serif;
color: black;
font-size: 18pt;
font-weight:bold;
}

