body {
color: #000000;
}
a, a:link{ 
 color: #000000; 
 text-decoration: none; 
} 
a, a:visited { 
 color: #000000; 
 text-decoration: none; 
} 
a:active, a:hover, a:focus { 
 color: "steelblue"; 
 text-decoration: underline; 
}
h1 {
font-weight: bold;
margin-bottom: 5px;
}
h2 {
font-weight: bold;
margin-bottom: 0px;
margin-top: 0px;
}
h2.two {
font-weight: bold;
margin-bottom: 10px;
margin-top: 10px;
}
h3 {
font-weight: bold;
margin-top: 10px;
margin-bottom: 15px;
font-style: italic;
}