#abc table {
text-align : center;
background-color : #EAEEEE;
width : 100%;

line-height : 18px;

}
#abc td {
width: auto;
color : #999999;
border-left: #EAEEEE;
border-right: #999999 thin solid;
border-bottom: #999999 thin solid;
border-top: #EAEEEE;
font-weight: bold;
text-align: center;
font-size: 10pt;
padding: 0px;
margin: 1px;
}
#abc td:hover {
color : #66FFFF;
background-color : #666666;
font-size: 11px;
border-right: outset;
border-bottom: outset;
}
#abc a:hover {
color : #66FFFF;
background: #666666;


}
#abc a:visited {
color : #990000;
}