A:link {
color: white;
cursor: text;
font-weight: bold;
text-decoration: none
}

A:visited {
color: white;
cursor: text;
font-weight: bold;
text-decoration: none;
}

A:active {
color: yellow;
cursor: text;
font-weight: bold;
text-decoration: none;
}

A:hover {
color: yellow;
font-weight: bold;
cursor: text;
text-decoration: none
}

body {
background-attachment: fixed;
font-family: times;
font-size: 7pt;
letter-spacing: 1pt;
line-height: 11pt;
scrollbar-3d-light-color: black;
scrollbar-arrow-color: white;
scrollbar-base-color: white;
scrollbar-dark-shadow-color: black;
scrollbar-face-color: black;
scrollbar-highlight-color: black;
scrollbar-shadow-color: black;
scrollbar-track-color: black;
margin-left: 5%; 
margin-right: 20%;
)




