body{
	background-image: url(dot1.gif); 
	background-attachment: fixed;
        font-size: 12px;
        color: #2e2e2e;
    cursor:crosshair;
    scrollbar-face-color:white;
    scrollbar-highlight-color:white;
    scrollbar-track-color:white;
    scrollbar-shadow-color:#A90000;
    scrollbar-3dlight-color:#A90000;
    scrollbar-arrow-color:#A90000;
    scrollbar-darkshadow-color:white;
}
td{
    font-size:12px;
    color:#2e2e2e;
}
a{
	text-decoration:none;
        cursor:help;
}
a:link{
	color:#A90000;
}
a:active{
	color:#A90000;
}
a:visited{
	color:#A90000;
}
a:hover{
	color:#A90000;text-decoration:underline;
}

