body { 
font-family :  Verdana, sans-serif;
font-size: 12pt; 
background-color: #58a;
color: black; 
text-align: center;

}

div {
width: 760px;
margin-left: auto; 
margin-right: auto; 
padding-left: 8px;
padding-right: 8px;

}

div.standard {
margin-top: 4px;
margin-bottom: 4px;
background-color: white;
border: 3px solid #000;
-moz-border-radius: 7px;
}

div.standard p, div.standard ul {
text-align: left;
}

div.logo {
width: 400px;

}

div.links ul li {
display: inline;
padding: 9px;

}

div.links{
margin-top: 4px;
margin-bottom: 4px;
background-color: white;
border: 3px solid #000;
-moz-border-radius: 7px;
text-align: center;

}

div.logo p { 
font-family: "Courier New", Courier, mono;
font-size: 200%;
font-style: normal;
font-weight: 700;
text-align: center;
color: #c00;
line-height:100%;
background-color: white;
border: 2px solid #000;
-moz-border-radius: 7px;
padding: 5px;
} 

div.links a, div.links a:visited{
text-decoration:none;
border: 2px solid #666;
-moz-border-radius: 3px;
background-color: #ccf;
padding: 5px;

}

div.links a:hover {
text-decoration:none;
border: 2px solid #333;
-moz-border-radius: 3px;
background-color: #99f;
padding: 5px;

}

div.links img{
width: 25px;
height: 25px;
border: 1px solid #666;
}
