BODY{
  font-size : 80%;
  color : #5a5a5a;
  
  background-color : #f2eee4;
  margin-top : 0px;
  margin-bottom : 0px;
}
a:link{
  text-decoration:underline;
  color:#004080;
}
a:visited{
  text-decoration:underline;
  color:#004080;
}
a:active{
  text-decoration:underline;
  color:#4387DD;
}
a:hover{
  text-decoration:underline;
  color:#4387DD;
}
TABLE{
  font-size : 100%;
  background-color : white;
}
DT {
  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;
}