#cadremenu {
background-color: #D8EEF3;
border-left: #666666 thin ridge;
border-top: #666666 thin ridge;
border-right: #666666 thin ridge;
border-bottom: #666666 thin ridge;
text-align : justify;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 14em;
padding-top: 5px;
margin-left: 5px;
margin-right: 5px;
margin-top: 5px;
margin-bottom: 20px;
height: 30px;
width : 600px;

}
a {
color : #0000ff;
text-decoration : none;
}
a:visited {
color : #000080;
}
a:hover {
color : #ffffcc;
background-color : #663300;
text-decoration : none;
}