
body{
  font-family                :Lucida Console, Arial;
  font-size                  :9pt;
  background-color           :#f6f6ff;
  scrollbar-face-color       :#ffffff;
  scrollbar-arrow-color      :#e0e0e0;
  scrollbar-highlight-color  :#ffffff;
  scrollbar-darkshadow-color :#e0e0e0;
  scrollbar-shadow-color     :#ffffff;
}
a:link {
  color                      :darkBLUE;
  font-weight                :bold;
  text-decoration            :none;
}
a:visited {
  color                      :darkBLUE;
  font-weight                :bold;
  text-decoration            :none;
}
a:hover {
  color                      :#0080FF;
  font-weight                :bold;
  text-decoration            :none;
  background-color           :lightblue;
}




