html, body { 
  min-width: 980px;
  margin: 0;
  padding: 0;
}
body {
  background: black;
  color: white;
}
body, textarea, input, p 
{
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
}
h2, h3, h4
{
  margin: 0 0 20px 0;
  padding: 0;
}
h2 { font-size: 16pt; }
h3 { font-size: 13pt; }
h4 
{ 
  font-size: 12pt; 
  margin-bottom: 10px;
}

ul, ol
{
  margin: 0;
  padding: 0;
}
li
{
  margin: 0 0 10px 0;
  padding: 0;
}
ul li { list-style-type: none; }
ol li 
{ 
  list-style-type: decimal; 
  margin-left: 1.5em;
}

p {
  font-size: 10pt;
  line-height: 15pt;
  margin: 0 0 10px 0;
}
a {
  color: #b0bf00;
  text-decoration: none;
}
a.title_link { color: white; }
a:hover { text-decoration: none; }
img { border: 0; }