body { background-image: url('clayton.jpg');
margin: 2px;
font: 10pt tahoma, arial, helvetica;
font-weight: normal;
color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color:#CCCCCC;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#CCCCCC;
scrollbar-3dlight-color:#FFFFFF;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#000000;
}
A:link {
color: white;
font-size: 10pt;
font-weight: bold;
text-decoration:underline
}
A:visited {
font-size: 10pt;
font-weight: bold;
color:CCFFCC;
text-decoration:strike-through
}
A:hover {
font-size: 10pt;
font-weight: bold;
text-decoration: none;
color:lightblue;
}