/* CSS Document */


body
{ 
background-color: black; 
padding: 0px;


}

table
{
table-layout: auto;
font-size: small;
width: 775px;
padding: 0px;
spacing: 0px;
background-color: white;
table-column: 33%;
}




li{
list-style-type:square;}


ul{

margin: 0px;
padding: 0px;
list-style-position: inside;
}


a:link.other, a:visited.other
{
font-size: xx-small;
padding: 0.1em;
margin: 0.1em;
font-family:"Verdana","sans-serif";
color: black;
text-decoration: underline; }

a:hover.other{
background-color: transparent;
color: black;
text-decoration: underline;
}



a:link.sports, a:visited.sports {
font-size: xx-small;
padding: 0.1em;
margin: 0.1em;
font-family:"Verdana","sans-serif";
color: black;
 
text-decoration: none; 
}

a:hover.sports { 
background-color: red;
color: black;
text-decoration: underline;
}

