#box-table-a{
font-family: "Trebuchet MS", "Lucida Grande", Sans-Serif;
font-size: 11px;
width: 600px;
text-align: left;
border-collapse: collapse;
}

#box-table-a th{
font-family: "Trebuchet MS", "Lucida Grande", Sans-Serif;
font-size: 11px;
color: #000000;
border-bottom: 1px solid #cccccc;
}

#box-table-a td{
padding: 11px;
color: #000000;
}

#box-table-a tr:hover td{
background: #E3E9EB;
color: #339;
}

#text{
font-family: "Trebuchet MS", "Lucida Grande", Sans-Serif;
font-size: 12px;
width: 600px; 
}

a:link {
color: #83BCC0;
text-decoration: none;
}

a:visited {
text-decoration: none;
color: #83BCC0;
}

a:hover {
text-decoration: none;
color: #979583;
}

a:active {
text-decoration: none;
color: #CC6600;
}

#box-table-b{
font-family: "Trebuchet MS", "Lucida Grande", Sans-Serif;
font-size: 12px;
width: 500px;
text-align: left;
border-collapse: collapse;
}

#box-table-b th{
font-family: "Trebuchet MS", "Lucida Grande", Sans-Serif;
font-size: 11px;
color: #000000;
border-bottom: 1px solid #cccccc;
}

#box-table-b td{
padding: 4px;
color: #000000;
}

#box-table-b tr:hover td{
background: #F4F4F4;
color: #000000;
}

