/** 
 * Minimal stylesheet for till.com main page.
 * Intended to be Netscape 4.0 compatible.
 *
 */

BODY { 
  color: #000000; 
  background-color: #ffffff;
  font-family: times, serif; 
  font-size: 15px; 
  width: 800px;
  margin: 0;
}
A {
  color: #222244;
}
TD {
  font-family: times, serif; 
  font-size: 15px; 
  vertical-align: top;
}
#header {
  width: 800px;
  height: 240px;
   padding: 0px;
  border-bottom: solid 1px #000088;
  margin: 0 0 30px 0;
}
.toc {
  width: 640px;
  margin: 0 0 0 80px;
}
.sectionbutton {
  font-family: "Times New Roman", serif; 
  font-size: 15px; 
  font-weight: bold;
  color: #222244;
  background-color: #eeeecc;
  border-right: solid 1px #ccccbb;
  border-bottom: solid 1px #bbbbaa;
  padding: 1px 4px 1px 4px;
}
A.sectionbutton:HOVER {
  background-color: #fff088;
}
A.sectionbutton {
  text-decoration: none;
}
