body {
background-color: #000000;
color: #ffffff;
font-family: times;
}

h1 {
font-size: 200%;
margin-top: 12px;
margin-bottom: 12px;
}

h2 {
font-size: 150%;
font-weight: bold;
}

h3 {
font-size: 150%;
margin-top: 8px;
margin-bottom: 8px;
}

h4 {
font-size: 125%;
margin-left: 25%;
margin-right: 25%;
margin-top: 4px;
margin-bottom: 4px;
}

h5 {
font-size: 150%;
font-weight: bold;
margin-left: 25%;
margin-right: 25%;
}

p {
line-height: 120%;
font-size: 100%;
margin-left: 25%;
margin-right: 25%;
}

p.close {
line-height: 100%;
margin-top: 0px;
margin-bottom: 1px;
margin-right: 37%;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 1px;
padding-left: 0px;
text-indent: 0px;
}

ol {
list-style-type: decimal;
list-style-position: outside;
margin-right: 37%;
} 

li {
margin-bottom : 10pt;
}

.italic {
font-style: italics;
}

.center{
margin-right: 0%;
margin-left: 0%;
}

a:link {
color: #FFFFFF;
}

a:visited {
color: #CCCCCC;
}

a:hover {
color: #FF00FF;
}

a:active {
color: #00FF00;
}