* { margin: 0; padding: 0; }

body, table { 
font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
background: #8bb3bb;
color: #fff;
font-size: 11px;
text-align: center;
}

a {
text-decoration: none; 
color: #c0ffff;
cursor:crosshair;
}

a:link {
text-decoration: none; 
color: #c0ffff;
cursor:crosshair;
	}

a:visited {
text-decoration: none; 
color: #c0ffff;
cursor:crosshair;
	}

A:hover {color: #c0ffff; font-size: 8pt; font-variant: small-caps; font-weight: bold; }

ul li { margin-left:15px }


#box {
valign: center;
width: 561px;
color: #fff;
background-color: #8bb3bb;
border-left:3px solid #5ea7bd;
border-right:3px solid #5ea7bd;
border-bottom:3px solid #5ea7bd;
padding: 0px;
}

#menu{

}

#menu ul{
list-style:none;
margin: 0px 0px 2px 25px;

}

#menu ul li{
display:block;
float:left;
margin:0px 2px;
text-align:center;
}

#menu ul li a{
display:block;
text-decoration:none;
color:#fff;
width:80px;
line-height:20px;
border:2px solid #5ea7bd;
background:#8bb3bb;
}

#menu ul li a:hover{
background:#a0cbd6;
color:#fff;
}

.heading {
font-variant: small-caps;
font-weight: bold; 
font-size: 14px; 
color: #0000800;
}

.centered {
margin: 0 auto 0 auto;
}