A {
text-decoration: none; 
color: yellow; 
font-weight: bold; 
}

A:hover {
font: Bold;
color: blue;
background: yellow;
}

BODY {
background: #00F;
font-size:10pt;
text-align: center; 
color: #FF0;
scrollbar-Face-Color:#000;
scrollbar-Track-Color:#000;
scrollbar-Arrow-Color:#909;
scrollbar-3dLight-Color:#606;
scrollbar-Highlight-Color:#606;
scrollbar-Shadow-Color:#606;
scrollbar-DarkShadow-Color:#606;
}

img {
border: none;
}

HR {
color: yellow;
width: 800;
}

h1, h2, h3, h4, h5, h6 {
color: #ff0; 
font-style: italic; 
}

p {
color: #ff0;
}

table { 
border: solid #000;
border-collapse:collapse;
font-size:10pt;
text-align: center; 
background: #6666FF; 
margin: auto;
}

tr, td {
border: solid #000;
}

.copyright {
color:#fff; 
font-size:8pt; 
}