body { 
    color: black; 
    background-color: white;
    font-family: Arial, Helvetica, sans-serif; 
}

#container {
width:700px; 
    text-align: center; 
    margin-left: 30px
}

.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 20px}

.title {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #639ACE}

div.scroll {
	height: 300px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 8px;
	scrollbar-3dlight-color: #B0C4DE;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #8BA9CF;
	scrollbar-darkshadow-color: #436DA3;
	scrollbar-face-color: #34547E;
	scrollbar-highlight-color: #E6ECF4;
	scrollbar-shadow-color: #000000;
	font-size: 1em;
}

.highlighted {
	background-color: Black;
	Color: white;
	font-weight: bold;
}

th.bid { 
    background-color: black; 
    color: white; 

}

table.bid td{
    border-color: black; 
    border-style: solid; 
    border-width: 1px; 
    border-collapse: collapse;
    border-style: inset;
}

td.premium { 
    color: red; 
    background-color: black;
}
