body {
background-color: #000000;
cursor:default;
scrollbar-face-color: black; 
scrollbar-shadow-color: #ff0033; 
scrollbar-highlight-color: #ff0033;
scrollbar-3dlight-color: black; 
scrollbar-darkshadow-color: black; 
scrollbar-track-color: black; 
scrollbar-arrow-color: black; 
}

a:link {
text-decoration: none;
font-weight: none;
color: #ff0033;
cursor: hand;
}

a:visited {
text-decoration: none;
font-weight: none;
color: #ff0033;
cursor:hand;
}
 
a:active {
text-decoration: none;
font-weight: bold;
color: #ff0033;
cursor:hand;
}

a:hover {
text-decoration: line-through;
font-weight: none;
color: #ff0033;
cursor:hand;
}

table {
border: 0;
cellpadding: 0;
cellspacing: 0;
width: 450;
height: 450;
background: #000000;
}

.text {
position: absolute;
text-align: justify;
color: #ffffff;
top: 40px;
margin-left: 10px;
width: 410px;
font-family: tahoma;
font-size: 7pt;
font-weight: none;
line-height: 9pt;
text-decoration: none;
}