body {
margin: 0;
margin-top: 1 pc;
margin-bottom: 4 pc;
background-attachment: fixed;
background-color: #D0D8CD;
scrollbar-base-color: #C9D1C6;
color: #000000;
}
A:link {
text-decoration: underline;
color: #696A97;
}
A:hover {
text-decoration: underline;
color: #CC3300;
}
A:active {
text-decoration: none;
color: #CC3300;
}
A:visited {
text-decoration: underline;
color: #696A67;
}
p, li, dt, dd {
font-family: "Arial", sans-serif;
font-size: 14pt;
text-align: center;
color: #000000;
 font-weight:normal;
}
pre {
color: #000000;
}

hr {
height: 1px;
border: 1px solid #4A735A;
}
.tleft {
font-family: "Tahoma", sans-serif;
font-size: 8pt;
text-align: left;
}
.tright {
font-family: "Tahoma", sans-serif;
font-size: 8pt;
text-align: right;
}