/*default body color*/

body { color : #00000; 

   font-family : Verdana, arial, helvetica, Sans-serif;

   text-decoration : none;

   background-repeat: repeat-y; }

table, td {font-family : verdana, arial, helvetica, sans-serif;}

a {color: #948E90; text-decoration: none;}
a:visited {color: #948e90;  text-decoration:none;}
a:active {color : #948E90; text-decoration: none;}
a:hover {color : #cc99cc; text-decoration: underline;}

/*end default body color*/

a.houses { color : #cc99cc; text-decoration : none; }
a:hover.houses { color : #948E90; text-decoration : underline; }   
a:active.houses { color : #cc99cc; text-decoration : none; }   
a:visited.houses { color : #cc99cc; text-decoration : none; }

.rhbg a:link {color:#cc99cc; text-decoration:none;}
.rhbg a:active {color:#cc99cc; text-decoration:none;}  
.rhbg a:visited {color:#cc99cc; text-decoration:none;}  
.rhbg a:hover {color:#cc99cc; text-decoration:underline;}   

.lilac a:link {color: #ffffff; text-decoration: none;} 
.lilac a:hover {color : #ffffff; text-decoration: underline;}
.lilac a:visited {color: #ffffff; text-decoration: none;}

.green a { color : #669999; text-decoration : strong; }
.green a:link { color : #669999; text-decoration : strong; } 
.green a:hover { color : #669999; text-decoration : strong; }
.green a:visited { color : #669999; text-decoration : strong; } 
 
.navlink a { color : #948E90; text-decoration : none; }
.navlink a:link { color : #948E90; text-decoration : none; } 
.navlink a:hover { color : #A0979A; text-decoration : underline; }
.navlink a:visited { color : #948E90; text-decoration : none; } 

.nav {background : #EFEFEF; color : #FFFFFF; text-decoration : none;}
.rhbg {background:#f9f8f5; font-weight:bold;}
.green {color : #669999; text-decoration : strong; } 
.whitebg {background : #ffffff;}
.lilac {background : #CC99CC;}
.greylilac {background : #F4F2F2; color : #cc99cc; text-decoration : strong; } 
.greenprices  {background : #669999;}
.white {color : #000000; text-decoration : strong; } 

