 

CAPTION.tabletops
{
background-color:#000;
border-radius:20px;
font-size:16px;
color:white;
font-weight:bold;
border:2px;
border-style:solid;
border-width:2px;
border-color:;
}

TABLE.tabletops
{
font-family:arial;
font-size:10pt;
color:#fff;
background-color:#000;
width:530px;
border-style:solid;
border-color:;
border-width:2px;
margin:5px;
}

TH.tabletops
{
font-size:16px;;
color:white;
}


TR.tabletops
{
}

TD.tabletops
{
font-size:14px;
background-color:black;
color:#fff;
font-weight:bold;
border-style:solid;
border-width:0px;
text-align:center;
}
TD.go
{
font-size:14px;
background-color:black;
color:#fff;
font-weight:bold;
border:;
border-width:1px;
text-align:center;
padding:3px;
}
TD.bottom
{
font-size:14px;
background-color:yellow;
color:#000;
font-weight:bold;
border:;
border-width:1px;
text-align:center;
}
TD.mid
{
font-size:14px;
background-color:#000;
color:#fff;
font-weight:bold;
border:;
border-width:1px;
text-align:center;
}
.tabletops tr:hover th[scope=row], .tabletops tr:hover td
{
background-color: #000;
color: #fff;

}

.tabletops a:visited{
color: black;
}



