.divlink {
width:150px;
cursor:hand;
background-color:maroon;
border:1px solid darkgreen;
border-top-width:0px;
color:white;
font-weight:bold;
padding:3px 0px 3px 10px;
text-align:left;
}
.divoverlink {
width:150px;
cursor:hand;
background-color:lightsalmon;
border:1px solid darkred;
border-top-width:0px;
color:black;
font-weight:bold;
padding:3px 0px 3px 10px;
text-align:left;
}
.title
{
width:150px;
background-color:green;
border:1px solid darkgreen;
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;
}  
