a:link { color: #0033CC; text-decoration: none}
a:visited { color: #0033CC; text-decoration:none}
a:hover { color: #FF3300; text-decoration:underline}

.text { font-size: 12px; color: #333333; line-height: 20px;}
.text_noheight { font-size: 12px; color: #333333;}
.texts { font-size: 10px; line-height: 15px;}
.texts_nh {  font-size: 10px}


/*----------text-estate----------*/
#text-estate{
font-size: 12px;
color: #333333;
}

#text-estate a:link{
color: #0033CC;
text-decoration:underline;
}

#text-estate a:visited{
color: #0033CC;
text-decoration:underline;
}

#text-estate a:hover{
color: #FF3300;
text-decoration:underline;
}