BODY { 
  background-color: #fff;
  color: #555;
  font-size: 9pt;
}

IMG {
  border-color: #000;
}

H1, H2, H3, H4, LI, A, BLOCKQUOTE, TD {
  font-family: sans-serif;
}

H1 { 
  font-size: 16pt;
  color: #444;
  font-family: sans-serif;
}

H2 { 
  font-size: 13pt;
  color: #111;
}

H3 { 
  font-size: 11pt;
  color: #111;
}

P { 
  font-family: sans-serif;
  font-size: 9pt;
  font-weight: lighter;
}

.price { 
  color: #ff0000;
  font-weight: bold;
}

.red {
  color: red;
}

LI { 
  font-size: 10pt;
}

LI.small {
    font-size: 95%;
}

A { 
  color: #222;
}

A.menu {
  color: #222;
  text-decoration: none;
}

A.menu_bold {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

TD {
  font-size: 9pt;
}

HR.thick {
  border: none;
  background-color: #000;
  color: #000;
  height: 3px;
  width: 100%;
}

HR.dashed {
  border-top: 1px dashed #000000;
  height: 1px;
}

