body {
text-align: center;
margin-top: 0px;
background: #c0c0c0;
color: #000;
font-family: Georgia, Verdana, Arial, Tahoma, Trebuchet MS; 
font-size: 12px;
  }

a {
text-decoration: underline; 
color: #000;
cursor:crosshair;
}

a:link {
text-decoration: underline; 
color: #000;
cursor:crosshair;
	}

a:visited {
text-decoration: underline; 
color: #000;
cursor:crosshair;
	}

A:hover {color: #808080; font-size: 12px; font-variant: small-caps; font-weight: bold}

#container {
background: #fff;
margin: 0 auto;
width: 700px;
text-align: left;
overflow: hidden;
  }

#header {
background: #fff;
margin-top: 0px;
text-align: center;
}

#menu {
float:left;
width:80px;
background:#fff;
margin-left: 20px;
	}

#content {
float: right;
width: 500px;
margin-top: 10px;
background:#fff;
	}

td {
font-family: Verdana, Arial, Tahoma, Trebuchet MS;
font-size: 11px;
}