@charset "utf-8";
/* CSS Document */

#footLinks { width: 125px; }

#footLinks ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
color:#999999;
}

#footLinks a
{
display: block;
padding: 3px;
width: 125px;
}

#footLinks a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#footLinks a:hover
{
background-color:#CC0000;
color: #fff;
}