.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #000000;
color:white;
width: 205px;
text-align:left;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 1px solid white;
background-color:black;
color:white;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-align:left;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: white;
color: black;
text-align:left;
padding:5px;
}
}

.navhead{
padding:5px;
background-color:black;
color:white;
font:normal 14px arial;
line-height: 18px;
}

.navhead a{
padding:5px;
color:white;
font:normal 14px Arial;
line-height: 18px;
text-decoration:none;
font-weight:bold;
}

.navhead a:hover{
text-decoration:underline;
}

.body {
width:580px;
font-family:Arial, Helvetica, sans-serif;
background-image:url(images/starfishbg.jpg);
background-position:bottom right;
background-repeat:no-repeat;
border:solid black 1px;
border-style:double;
}

body {
text-align:center;
font-size:14px;

}

.content {
padding:20px;
}

.header {
background-color:#007AC3;
color:white;
padding:10px;
}