body {
  background: #ffffff;
  color: #006699;
  }

OL.withlowerroman {
  list-style-type: lower-roman
}

OL.withloweralpha {
  list-style-type: lower-alpha
}

A:visited {
  background: #ffffff;
  color: #006699;
  text-decoration: underline;
  }

A:active {
  background: #FFFFFF;
  color: #996600;
  text-decoration: underline;
  }

A:link {
  background: #ffffff;
  color: #996600;
  text-decoration: underline;
  }



