BODY{
  color : #5a5a5a;
  background-color : #ffffff;
  font-size : 80%;
  font-family : Verdana;
  margin-top : 0px;
}
a:link{
  text-decoration:none;
  color:#cc9900;
}
a:visited{
  text-decoration:none;
  color:#cc6600;
}
a:active{
  text-decoration:none;
  color:#ff9900;
}
a:hover{
  text-decoration:underline;
  color:#ff9900;
}
TABLE{
  font-size : 100%;
}
LI{
  margin-bottom : 1em;
}
H1{
  font-size : 120%;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  font-weight : bold;
}
H2{
  font-size : 100%;
  font-style : italic;
  text-align : right;
  font-weight : normal;  
  padding-top : 1.5em;
}
DT {
  FONT-WEIGHT: bold;
  MARGIN-BOTTOM: 0.2em;
  padding-left : 0.5em;
  border-left-width : 0.5em;
  border-left-style : solid;
  margin-left : 1em;
}
DD {
  margin : 0em 3em 1.5em;
  margin-left : 2.5em;
  line-height : 1.5em;
}
