
@meta {
  Title: "AAA Investment Guide Contents Pages";
}

BODY {
  color: black;
  background-color: #FFFFF0;
  margin-left: 20pt;
  margin-right: 10pt;
}

P {
  font-size: 10pt;
  font-family: "Arial";
}

A: UL, DD, OL, TD {
  font-size: 10pt
  font-family: Arial;
}

A:link {
  color: #800000;
  font-size: 10pt;
  font-family: Arial;
}

A:visited {
  color: black;
font-size: 10pt;
font-family: Arial;
}

A:active {
    color: black;
font-size: 10pt;
font-family: Arial;
}

H2 {
  font-size: 20pt;
  font-family: "Arial";
}

UL {
  list-style-type: square;
}

DL {
  font-family: "Arial";
}

TD {
  font-size: 9pt;
  font-family: "Arial";
  background-color: #FFFFF0;
}

TABLE {
  font-size: 10pt;
  font-height: 14pt;
  font-family: "Arial";
  background-color: #FFFFF0;
}

HR {
  size: 5;
  align: left;
  noshade: noshade;
  color: #800000;
}

OL {
  list-style-type: count;
}

