/*
  $Id: ls.css
*/

BODY {
  background: navy;
  color: #696969;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
}

A {
  color: #F8F8FF;
  text-decoration: none; 
  font-size: 12px;
  line-height: 1.5;
}

A:hover {
  color: Yellow;
  text-decoration: underline; font-weight: bold;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FF8C00;
}
