/*
** Style sheet for http://www.TimChristian.com/
**
** Mon Nov 08 13:30:38 CST 2004, tim.
**
*/

BODY {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Book Antiqua", Garamond, "Times New Roman", serif; 
  font-size: 11pt;
}

H1 {
  font-family: "Arial Black", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 27pt;
  text-align: left;
  /* padding-bottom: 0; */
  /* border-bottom: 0; */
}

H2 {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 16pt;
  font-weight: bold;
}

UL.indent {
  margin: 0px;
  padding: 0px;  
  list-style-image: url(pointer.gif);
  position: relative;
  margin-left: 3em;
}

HR.snug {
 display: block;
 height: 1px;
 margin: 0px 0px 20px 0px;
 height: 2px;
}

HR.menu {
 display: block;
 height: 1px;
 margin: 0px 0px 20px 0px;
 height: 4px;
 background-color: #44ffff;
}

TD.menu {
  background: #44ffff;
  text-align: center;
}

A.menu {
  font-family: arial, helvetica, verdana, sans-serif;
  font-size: 11pt;
}

DIV.menu {
  font-family: arial, helvetica, verdana, sans-serif;
  background: #44ffff;  
  font-size: 10pt;
}

DIV.points {
  font-family: arial, helvetica, verdana, sans-serif;
  position: relative;
}

A {
  color: black; 
}

A:hover {
  background-color: #ffcdff;
  text-decoration: none;
}
