/* CSS Document */

.td {
font-family: tahoma;
font-size:10;
}
#bottomlink a {
color:#000000;
text-decoration:none;
}

#virtual a {
width: 100%;
font-size:110%;
height:100%;
background-color:#666666;
border-bottom:1px dashed #ffffff;
padding: 15px 10px 0px;
color: #ffffff;
text-decoration:none;
}
#virtual a:hover {
width: 100%;
font-size:110%;
height:100%;
background-color:#999999;
border-bottom:1px dashed #ff6600;
padding: 15px 10px 0px;
color: #ff9900;
text-decoration:none;
}

#toplinks a {
color: #ff6633;
text-decoration:none;
}
