BODY, TD, TH, P, LI, FORM, INPUT, SELECT, OPTION {
  font-family: Trebuchet, Trebuchet MS, "Lucida Sans Unicode", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
}

BODY {
  margin: 0;
}

P {
  line-height: 17px;
  margin-bottom: 7px;
}

LI {
  line-height: 16px; 
  margin-bottom: 12px; 
  list-style-image: url(images/bullet.gif); 
  list-style-type: circle;
}

UL {
  list-style-image: url(images/bullet.gif); 
  list-style-type: circle;
}

.footer {
  font-size: 11px; 
  color: #fff;
}

.menu {
  font-size: 12px; 
  color: #666; 
  font-weight: bold;
}

H1 {
  font-size: 18px; 
  color: #666; 
  padding: 0; 
  margin-bottom: 0;
}

H2 {
  font-size: 16px; 
  color: #888; 
  padding: 0; 
  margin-bottom: 0;
}

BIG {
  font-size: 13px; 
  color: #888; 
  font-weight: bold;
}

SMALL {
  font-size: 10px; 
  color: #888;
}
 
IMG.flush {
  display: block; 
  border: 0;
}

INPUT, SELECT, TEXTAREA, OPTION {
  font-size: 11px;
}

INPUT[type="button"], INPUT[type="text"], TEXTAREA {
  border:1px solid #000;
}

A:link, A:visited {
  text-decoration: underline; 
  color:#666;
}

A:hover {
  text-decoration: underline; 
  color:#999;
}

A.footer:link, A.footer:visited {
  text-decoration: none; 
  color:#fff;
}

A.footer:hover {
  text-decoration: underline; 
  color:#ffff99;
}

A.menu:link, A.menu:visited {
  text-decoration: none; 
  color:#666;
  font-size: 14px;
}

A.menu:hover {
  text-decoration: none; 
  color:#333;
  font-size: 14px;  
}