div.css table {
            border: 1px solid #000;
            background-color: #D4D0C8;
            color: #000;
}

div.css td { padding:3px;}
div.css th {padding:3px;}
div.css table a { color:maroon; text-decoration: none;}
div.css table a:link {color:maroon;}
div.css table a:visited { color: maroon;}
div.css table a:hover {color:chocolate;}

div.css tbody td {
    color: #000;
    font: 8pt Verdana;
    border-right: 1px solid #aaa;
    border-top: 1px solid #eee;
    border-left:1px solid #eee;
    border-bottom: 1px solid #aaa;
    padding:3px;
}

div.css thead th, div.css tbody th, div.css tbody td {
    color: #000; 
    font: 8pt Verdana; 
    border-right: 1px solid #aaa; 
	border-top: 1px solid #eee; 
	border-left:1px solid #eee; 
	border-bottom: 1px solid #aaa; 
}

div.css thead th{ background-color: #ccc; font-weight: bold; text-align:center; }

div.css tbody th { white-space: nowrap; font-weight: bold; text-align:left; }

div.css tbody tr:hover td{
	background-color: silver;
	border-right: 1px solid #eee; 
	border-top: 1px solid #999; 
	border-left: 1px solid #999; 
	border-bottom: 1px solid #eee; 
	background-color: #e4e0d8;
}
