BODY {
 background-color: #660000;
 color: white;
 font-size: 9pt;
 margin: 0px;
 border: none;
 padding-top: 0px;
 padding-right: 10px;
 padding-bottom: 0px;
 padding-left: 10px;
 line-height: 10pt;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 text-align:justify;
}

H1 {
 padding-top: 20px;
 font-size: 13pt;
 color: orange
}

H2 {
 font-size: 12pt;
 color: orange
}

H3 {
 font-size: 11pt;
 color: orange
}

H4 {
 font-size: 10pt;
 color: orange
}

address {
 font-size: 7pt;
}

TD {
 font-size: 9pt;
 line-height: 11pt;
 text-align:justify;
}

UL {
 list-style-position: outside;
 list-style-type: disc;
}


UL>UL {
 list-style-type: square;
}

A {
 text-decoration: none;
 color: yellow;
}

A.link {
 color: black;
}

A.title {
 font-style: oblique;
}

A:visited {
 text-decoration: none;
 color: yellow;
}

A.link:visited {
 color: yellow;
}

A.title:visited {
 font-style: oblique;
}

A:hover {
 text-decoration: underline;
}

A.link:hover {
 text-decoration: none;
 font-weight: bold;
 color: yellow;
}

IMG {
 vertical-align: middle;
 margin: 0px;
 border: none;
 padding: 0px;
}

A>IMG:hover {
 background: #660000;
}

.image    {
 padding-top: 10px;
 padding-bottom: 5px;
}
