BODY {
font-family: "Times New Roman", Times, serif;
font-size: 12pt;
color: #603f00;
}

:root {
 overflow-y: scroll;
}

A:link {color: #603f00;
text-decoration: none; font-size: 12pt}
A:visited {color: #603f00;
text-decoration: none; font-size: 12pt}
A:active {color: #603f00;
text-decoration: underline; font-size: 12pt}
A:hover {color: #603f00; 
text-decoration: underline; font-size: 12pt}

A:link.under {color: #603f00;
text-decoration: underline; font-size: 12pt}
A:visited.under {color: #603f00;
text-decoration: underline; font-size: 12pt}
A:active.under {color: #000000;
text-decoration: underline; font-size: 12pt}
A:hover.under {color: #000000; 
text-decoration: underline; font-size: 12pt}


DIV.mainCenter {
position: absolute;
left: 50%;
top: 50px;
width: 800px;
margin-left: -400px; /* half of width */
}

