body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background: #bca282;

  a.test:link {color: #0000ff; font-size: 12px;}
  a.test:visited {color: #10104d; font-size: 12px;}
  a.test:active {color: #ff0000; font-size: 12px;}
  a.test:hover {color: #ff0000; font-size: 12px;}
}

#banner {
  top: 40px;
  WIDTH: 800px;
  
  a.test:link {color: #ff0000; font-size: 12px;}
  a.test:visited {color: #ff0000; font-size: 12px;}
  a.test:active {color: #00ff00; font-size: 12px;}
  a.test:hover {color: #f0f0f0; font-size: 12px;}  
}

#headings {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}  

#content {
  position: relative;
  top: 40px;
  color: #444444;
  background-color: #bca282;
  }

  a.nav:link {color: #ffffff; font-size: 12px;}
  a.nav:visited {color: #ffffff; font-size: 12px;}
  a.nav:active {color: #ff0000; font-size: 12px;}
  a.nav:hover {background-color: #dda282; font-size: 12px;}
  
