body {
text-align: center;
background: URL(bg.gif);
font-family: Verdana, Arial, Tahoma, Trebuchet MS;
font-size: 11px;
  }

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: #000080; font-size: 8pt; font-variant: small-caps; font-weight: bold}

#container {
background: #fff;
margin: 20 auto;
width: 625px;
text-align: left;
border: solid 5px #808080;
overflow: auto;
  }

#header {
background: #fff;
margin-top: 7px;
text-align: center;
}

#menu {
float:left;
width:100px;
background:#fff;
margin-left: 20px;
	}

#content {
float: right;
width: 450px;
background:#fff;
	}

td {
font-family: Verdana, Arial, Tahoma, Trebuchet MS;
font-size: 11px;
}