body {
  color: #339966; background-color:black;
  font-size: 100.01%;
  font-family: 'Lucida Console','Courier New',monospace;
  margin:0;
  padding:10px 0;
  text-align: center;
}

html&gt;body div#page {
    border-color: black;
}

div#page {
    text-align:left;
    margin:0 auto;
    background-color:black;
    width:650px;
    padding:5px;
    border:0;
}

p {
  font-size:9pt;
  margin:0;
  padding:0;
  line-height:14px;
}

p.m {
  font-size:9pt;
  margin:0;
  padding:0;
  text-align:center;
  line-height:14px;
}

p.bm {
  font-size:9pt;
  font-weight:bold;
  margin:0;
  padding:0;
  text-align:center;
  line-height:14px;
}

p.l {
  font-size:9pt;
  margin:0;
  padding:0;
  text-align:left;
  line-height:14px;
}

p.s {
  font-size:7pt;
  margin:0;
  padding:0;
  text-align:left;
  line-height:12px;
}


h1 {
  font-size:16pt;
  font-weight:bold;
  text-align: left; 
  color:#339966;
  margin:8px auto;
}

h2 {
  font-size:13pt;
  font-weight:bold;
  text-align: left; 
  color:#339966;
  margin:6px auto;
}


h3 {
  font-size:10pt;
  font-weight:bold;
  text-align: left; 
  color:#339966;
  margin:4px auto;
}

h4 { 
  font-size:14pt;
  font-weight:bold;
  text-align: center;
  color:#339966;
  margin:5px auto;
  line-height:20px;
 }

h5 {
  font-size:12pt;
  font-weight:bold;
  text-align: center; 
  color:#339966;
  margin:4px auto;
}

h6 {
 font-size:10pt;
 font-weight:bold;
 text-align:center; 
 color:#339966;
 margin:3px auto;
}

hr
{
 background-color:#339966;
 color:#339966;
 height:2px;
 border:0;
 margin:4px 0;
 padding:0;
}

a:link { text-decoration:none; font-size:9pt; color:#339966; }
a:visited { text-decoration:none; font-size:9pt; color:#339966; }
a:hover { text-decoration:underline; font-size:9pt; color:#FF6633; }
a:active { text-decoration:none; font-size:9pt; color:#FF6633; }

a.hid:link { text-decoration:none; font-size:9pt; color:black; }
a.hid:visited { text-decoration:none; font-size:9pt; color:black; }
a.hid:hover { text-decoration:underline; font-size:9pt; color:#FF6633; }
a.hid:active { text-decoration:none; font-size:9pt; color:#FF6633; }

ul
{
  font-size:9pt;
  margin:2px 0;
  padding:0 0 0 20px;
  text-align:left;
  line-height:14px;
  list-style-type: square;
}

li
{ 
  font-size:9pt;
  padding:0 0 0 5px;
  margin:0;
  color:#339966;
  line-height:14px;
  list-style-type: square;
}



