@charset "iso-8859-1";
body
{
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  background:#014da2;
  color:#014da2;
}

a
{
  color:#8a2be2;
  text-decoration:none;
}

a:hover
{
  /* color:#16fa5b; */
  background:#ffff00;
}

li.itemlist
{
  list-style-type:none;
  padding:0.1em 0;
  border-bottom:1px dotted;
  background:#f5f5ff;
  text-indent:0;
}

li.hilite
{
  list-style-type:disc;
  padding:0.1em 0;
  border-bottom:1px dotted;
  background:#ffffcc;
  text-indent:0;
  font-weight:bold;
}