html, body{ 
 margin: 0; 
 padding: 0; 
 font-family: Sans-Serif, Arial, Courier;
 background: #FFFFFF;
} 

body {
color: #800000;
font-size: 12px;
font-weight: bold;
font-style: italic;
margin-top: -15px;
margin-left: 5px;
}

a{
color: #17178B;
}

a:hover{
color: #17178B;
}

.a{
font-size: 10px;
margin-left: 300px;
}

.b{
text-align: right;
font-size: 9px;
}

.c{
text-align: left;
font-size: 12px;
}

.d{
text-align: left;
font-size: 12px;
text-decoration: underline;
}





