HTML{
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#000000;
	scrollbar-base-color:#000000;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-face-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
	overflow-x:hidden;
}

BODY{
 background-color:#000000;
 font-style:normal;
 font-weight:normal;
 font-size:11px;
 color:#ffffff;
 margin-top:110px;
 text-align:center;
 background-position-x:left;
 background-position-y:top;
 background-repeat:no-repeat;
}

a{
    color:#000000;
    font-style:normal;
    text-decoration:none;
	cursor:crosshair;
}

a:link {
    color:#000000;
    font-style:normal;
    text-decoration:none;
}
a:visited {
    color:#000000;
    text-decoration:none;
}
a:hover {
    color:#dcdcdc;
    font-style:normal;
    text-decoration:normal;
}
a:active {
    text-decoration:none;
}







