BODY { 
   background: black; 
   color: #777777
}

P { 
   color: #777777; 
   background: black; 
   font-size: 10pt; 
   margin-left: 95px; 
   margin-right: 95px; 
   font-family: courier
}

B { 
   color: #BBBBBB; 
   background: black; 
   font-size: 10pt; 
   font-family: courier
}

B.2 { 
   color: #999999; 
   background: black; 
   font-size: 10pt; 
   font-family: courier
}

A:link {
   color: #995599;
   text-decoration: none 
}

A:active {
   color: black; 
   text-decoration: none
}

A:visited {
   color: #995599; 
   text-decoration: none
}

P.bracket { 
   color: green; 
   text-align: center; 
   margin-left: 5px; 
   margin-right: 5px; 
   font-size: 8pt 
}

LI {
   color: gray; 
   background: black; 
   font-size: 10pt; 
   margin-left: 95px; 
   margin-right: 95px; 
   font-family: courier
}

H1 { 
   color: green; 
   font-size: 20pt; 
   letter-spacing: 10px; 
   font-family: impact 
}

PRE {
   color: #8888DD;
   background: black;
   font-size: 10pt;
   margin-left: 95px;
   margin-right: 95px;
   font-family: courier
}

PRE.notes {
   color: #777777;
   background: black;
   font-size: 10pt;
   margin-left: 95px;
   margin-right: 95px;
   font-family: courier
}
