.divlink {
width:150px;
cursor:hand;
background-color:gold;
border:1px solid darkblue;
border-top-width:0px;
color:blue;
font-weight:bold;
padding:3px 0px 3px 10px;
text-align:left;
}
.divoverlink {
width:150px;
cursor:hand;
background-color:lightyellow;
border:1px solid darkred;
border-top-width:0px;
color:red;
font-weight:bold;
padding:3px 0px 3px 10px;
text-align:left;
}
.title
{
width:150px;
background-color:#336699;
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;
}  
