/*-----------------------------------------------------------------------
Drink-Drive-Lose.com Basic CSS file (for older browsers)

Stylesheet Created by Aaron Gustafson(agustafson@cronin-co.com)
Creation Date: 07/08/2004
-----------------------------------------------------------------------*/
body {
  background: #fff;
  color: #3d362c;
  font: 80% "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited, a:active {
  color: #b16005;
}
a:focus, a:hover {
  color: #fff;
}
abbr, acronym, dfn, .help {
  border-bottom: 1px dotted #af0600;
  color: #af0600;
  cursor: help;
  text-decoration: none;
}
acronym {
  font-size: 1.1em;
  font-variant: small-caps;
  text-transform: lowercase;
}
a abbr, a acronym, a dfn, a .help {
  color: inherit;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #3d362c;
  margin: 1em 0 0;
}
h1 {
  font-size: 1.7em;
  margin: 0;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: .8em;
}
h6 {
  font-size: .6em;
}
kbd {
  font-size: 1.2em;
  text-transform: uppercase;
}
p {
  line-height: 1.2em;
  margin: 1em 0 0;
}
dl, ol, ul
{
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
}
dt {
  margin: 0;
  font-weight: bold;
}
dd, li {
  margin: 0;
  padding-bottom: .3em;
}