/* CSS Document */
td {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000000}

A:link {color: White; font-size: 12pt; text-decoration: none; font-style: bold;} 
A:hover
{
color:yellow;
text-decoration:underline;
font-weight:bold;
background-color:#ff6600;
}
A:visited {color: White; font-size: 12pt; text-decoration: none; font-style: bold;} 
A:active {color: #ff6600; font-size: 12pt; text-decoration: none; font-style: bold;} 
body { background-color:#3E3E3E;
scrollbar-3dlight-color: #3E3E3E;
scrollbar-arrow-color: #AAAAAA;
scrollbar-darkshadow-color: #333333;
scrollbar-face-color: #666666;
scrollbar-highlight-color: #ededed;
scrollbar-shadow-color: #666666;
scrollbar-track-color: #ffffff;
scrollbar-base-color: #666666;
}
/*General background color*/

table#sample {
    background-color:#3E3E3E;
    border: solid #000 0px;
    width: 545px;
}

 td {
    padding: 1px;
    background-color:#3E3E3E;
	border: solid #000 0px;
	background-color: #3E3E3E;
	width:545px;
}


