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: white;
  Color: black;
  Font-Family: helvetica, sans-serif;
}

H1
{
  Font-Size: 18pt;
  Font-Variant: small-caps;
  Font-Weight: bold;
}

H2
{
  Font-Size: 14pt;
  Font-Variant: small-caps;
  Font-Weight: bold;
}

H3
{
  Font-Size: 12pt;
  Font-Variant: small-caps;
  Font-Weight: bold;
}

P
{
  Color: black;
  Font-Size: 10pt;
}

TD
{
  Color: black;
  Font-Size: 8pt;
}

TD.code
{
  Color: gray;
  Font-Size: 8pt;
  Text-Align: right;
}

TH
{
  Background: navy;
  Color: white;
  Font-Size: 9pt;
  Font-Weight: bold;
}

.C
{
  Color: blue;
}

.F
{
  Color: blue;
  Font-Weight: bold;
}
