BODY
{
background-repeat:no-repeat;
background-position:center center;
background-color:black;
background-attachment:fixed;
font-family : arial, helvetica, sans-serif;
color : white;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-track-color:#000000;
}
A:active
{
text-decoration : none;
color : 00CCFF;
font-weight : bold;
}
/* A HREF link properties */
A:link
{
text-decoration : none;
font-weight : bold;
color : 00CCFF;
}
/* A HREF visited link properties */
A:visited
{
color : 00CCFF;
text-decoration : none;
font-weight : bold;
}
/* A HREF hover link properties */
A:hover
{
color : GOLD;
font-weight : bold;
}
A:active.inv
{
text-decoration : none;
color : GOLD;
font-weight : bold;
}
/* A HREF link properties */
A:link.inv
{
text-decoration : none;
font-weight : bold;
color : GOLD;
}
/* A HREF visited link properties */
A:visited.inv
{
color : GOLD;
text-decoration : none;
font-weight : bold;
}
/* A HREF hover link properties */
A:hover.inv
{
color : 00CCFF;
font-weight : bold;
}
