
BODY {
  background-color: #FFCCFF;
  font-family: Tahoma, Verdana;
  font-size: 10pt;
}

TABLE {
  border-top: 1pt blue solid;
  width: 90%;
  font-family: Tahoma, Verdana;
  font-size: 10pt;
  background-color: #CBDAFE;
  margin-top: 3pt;
  border-right: 1pt blue solid;
  border-bottom: 1pt blue solid;
  border-left: 1pt blue solid;
}

P {
  padding-left: 10pt;
  padding-right: 10pt;
  color: #330099;
}

A:hover {
  text-decoration: none;
  color: #FF0000;
  font-weight: bold;
}

A {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

LI {
  color: #330099;
}

TABLE.FORM {
  border-top: 1pt blue solid;
  width: 90%;
  font-family: Tahoma, Verdana;
  font-size: 12pt;
  background-color: #CBDAFE;
  margin-top: 3pt;
  color: #330066;
  border-right: 1pt blue solid;
  border-bottom: 1pt blue solid;
  border-left: 1pt blue solid;
}

