
body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

#header {
  margin: 20px;
  padding: 10px;
  height: 200px;
}
#left {
  position: absolute;
  left: 15px;
  top: 250px;
  width: 200px;
}
#center {
  top: 0;
  margin-left: 230px;
  margin-right: 15px;
}

A:link
{ text-decoration: none; color: #5A6EC0; }
A:visited
{ text-decoration: none; color: #5A6EC0; }
A:hover
{ text-decoration: underline overline; backround color: #FFCC00; }
body
{ background: #efffff; 
font-family: verdana; 
color: #db0aff; 
font-size: x-small; 
}