A:link
{
  Color: #0000E0;
  Font-Weight: bold;
  Text-Decoration: none;
}

A:visited
{
  Color: #000080;
  Font-Weight: bold;
  Text-Decoration: none;
}

A:hover
{
  Color: #E00000;
  Font-Weight: bold;
  Text-Decoration: none;
}

A:active
{
  Color: #E00000;
  Font-Weight: bold;
  Text-Decoration: underline;
}

A:focus
{
  Color: #00E000;
  Font-Weight: bold;
  Text-Decoration: underline;
}

BODY
{
  Background-Color: white;
  Color: black;

  Font-Family: helvetica, sans-serif;
  Font-Size: medium;
}

OL
{
  List-Style-Type: lower-roman;
}

UL
{
  List-Style-Type: square;
}
