.linkbox {
position: absolute;
padding: 0px;
background-color: #cccccc;
left: 0px;
top: 20px;
width: 114px;
height: 200px;
}

.resolutionbox {
position: absolute;
top: 0px; 
left: 170px; 
font-family: Verdana;
font-size: 9px;
color: #000000;
}


a {
font-family: Verdana;
font-size: 10px;
color: #000000;
text-decoration: none;
} 


a:hover {
background-color: #FFFFCC;
width: 104px;
}






