body {
margin-top: 5px; 
margin-left=30px; 
margin-right=15px;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #333333;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #999999;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #1225DA;
}

div {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: darkblue;
}

A {
text-decoration: none;
color: blue;
}

A:visited {
text-decoration: none;
color: blue;
}

A:active {
text-decoration: none;
color: darkgreen;}

A:hover {
text-decoration: underline overline;
color: darkgreen;}

h1 {
font-size: 18pt;
weight: bold;
text-align: center;
}

h2 {
font-size: 14pt;
weight: bold;
text-align: center;
}

h3 {
font-size: 12pt;
weight: bold;
text-align: center;
}

table {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: darkblue;
}

td {
vertical-align: text-top;
}