<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
  <title>Stylesheet</title>
</head>

<body>

<style type="text/css">
  body {
    font-family: Verdana, Arial,Helvetica,
          sans-serif;
    color: white;
    background-color: black }


h2 { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12pt; 
font-color: white;
margin-top : 0.5in; 
text-align : center; 
} 
h3 { 
font-family : Arial, Verdana, Helvetica, sans-serif; 
font-size : 10pt; 
font-color: white;
margin-top : 0.5in; 
text-align : left; 
} 
h4 { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 8pt; 
font-color: white;
margin-top : 0.5in; 
text-align : left; 
} 
p { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-color: white;
font-size:10pt
margin-left : 10px; 
} 
li { 
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-color: white;
} 
b { 
color : white; 
} 
span { 
font-family : Arial; 
font-size : 8pt; 
} 
a { 
text-decoration : none; 
font-family : Arial; 
font-size : 10pt; 
color : white; 
} 
a:hover { 
text-decoration : none; 
font-family : Arial; 
} 

 
</body> 