.divlink {
width:140px;
cursor:hand;
background-color:lightyellow;
border:1px solid darkred;
border-top-width:0px;
color:darkred;
font-weight:bold;
padding:3px 0px 3px 10px;
text-align:left;
}
.divoverlink {
width:140px;
cursor:hand;
background-color:silver;
border:1px solid darkred;
border-top-width:0px;
color:red;
font-weight:bold;
padding:3px 0px 3px 10px;
text-align:left;
}
.title
{
width:140px;
background-color:gold;
border:1px solid darkblue;
color:white;
font-weight:bold;
padding:3px 7px 3px 3px;
text-align:left;
}
.link{
font-family:verdana;
font-size:10px;
filter:shadow(Color=gray, Direction=135,Strength=10);
}
.link a{
text-decoration:none;
}  