/* css for Open-Realty sitemap addon columns */
.col1 {
float: left;
/* line-height: 10px;
font-size: 10px;*/
text-align: left;
width: 100%;
}
.col2 {
float: left;
/*line-height: 10px;
font-size: 10px;*/
text-align: left;
width: 50%;
}
.col3 {
float: left;
/*line-height: 10px;
font-size: 10px;*/
text-align: left;
width: 33%;
}

a{ color:#000000; text-decoration:underline; }

a:hover, a:active{ color:#666666; text-decoration:none; }
