/*
  $Id: ls.css
*/

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

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

A:hover {
  color: blue;
  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: #000000;
}
