/*
a:link {text-decoration: none; color: #0000B2}

a:visited {text-decoration; color: #0000B2}

a:active {text-decoration: none}

a:hover {text-decoration: underline}
*/
.boxes
{
border-radius:10px;
-moz-border-radius:10px;
padding:8px;
background:#E5E5E5;
font-family: verdana;
font-size:12px; 
} 

.boxes:hover
{
background:#CEE1FF;
}

.boxtitle
{
font-size:15;
font-weight: bold;
}