html {
margin : 0; 
padding : 0; 
} 
body {
font : 100% #000 "Times New Roman", Times, serif;
margin : 1%; 
padding : 1%;
text-align : left;
} 
h1 {
text-align : left;
color : red;
font-size : 120%; 
font-weight : bold;
}
h2 {
text-align : left;
color : darkblue;
font-size : 115%; 
font-weight : bold;
}
h3 {
text-align : left;
color : darkred;
font-size : 110%; 
font-weight : normal;
}
h4 {
text-align : left;
font-size : 90%; 
font-weight : bold;
}
.leader {
font-weight : bold;
font-style : italic;
}
table {
width : 100%; 
padding : 0; 
margin : 0; 
border-top : 2px solid #000000; 
}
table th {
background : #eee; 
border-bottom : 1px solid #808080; 
}
table td {
border-bottom : 1px solid #000000; 
}