/* ~~~~~~~~~~~~~~~~~ ACCESSIBLE TABLES~~~~~~~~~~~~~~~~~*/

caption
{
width: 760px;
padding: 8px 0 8px 10px;
background-color: #883459;
font-size: 1.35em;
font-weight: bold;
text-align: left;
}

table a:link,
table a:visited
{
color: #fff;
text-decoration: none;
}

table a:hover,
table a:active
{
color: #fff;
text-decoration: underline;
}

tr
{
margin: 0;
padding: 0.2em;
}

tr.header
{
background: #d36c99;
}

th
{
background: #d36c99;
padding: 0.2em;
}

td
{
margin: 0;
padding: 0.2em;
border-bottom: 1px solid #d36c99;
}

