
CAPTION.lantern
{
background-color:#000;
font-size:10px;
color:white;
font-weight:bold;
border-top-right-radius:20px;
border-top-left-radius:20px;
border-style:;
border-width:;
border-color:;
}

TABLE.lantern
{
font-family:arial;
font-size:16px;
background-color:#000;
color:#fff;
width:495px;
border-style:;
border-color:;
border-top-left-radius:20px;
border-top-right-radius:20px;
border-width:2px;
margin:20px;
}

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


TR.lantern
{
}

 
TD.go
{
font-size16px;
background-color:#000;
color:#fff;
font-weight:bold;
border-top-left-radius:25px;
border-top-right-radius:25px;
border-width:0px;
text-align:center;
padding:3px;
}
TD.bottom
{
font-size:14px;
background-color:#000;
color:#000;
font-weight:bold;
border:;
border-width:0px;
text-align:center;
}
TD.mid
{
font-size:14px;
background-color:#000;
color:#fff;
font-weight:bold;
border:;
border-width:0px;
text-align:center;
}
.lantern tr:hover th[scope=row], .lantern tr:hover td
{
background-color: #000;
color: #fff;
font-size:16px;

}