body {
    margin: 0px;
    padding: 0px;
    background-color:#000000;
}

body, th, td {
    font-family: Arial, Times New Roman, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;

	   scrollbar-3dlight-color:black;
           scrollbar-arrow-color:#D2DD2E;
           scrollbar-base-color:black;
           scrollbar-darkshadow-color:black;
           scrollbar-face-color:#3A0054;
           scrollbar-highlight-color:black;
           scrollbar-shadow-color:black;
	   scrollbar-track-color:black;
}


.align-justify {
	text-align: justify;
}


a {
    color: #0800ce;
    text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a.link1 {
	text-decoration: underline;
color: #0800ce;
}

.hidden-container {
	display: none;
}

img.thumb { 
            border: solid #3A0054;
	    border-width:2px;
}
