a:link {background: none; color: #000000; text-decoration: none;}
a:visited {background: none; color: #000000; text-decoration: none;} 
a:active {background: none; color: #000000; font-weight: bold;}
a:hover {background: #999999; color: #000000;}

body
{
	margin: 0;
	padding: 0;
	font-family: garamond, Georgia, Times, sans-serif;
	font-size: 8pt;
	background: url('images/linksbackground.jpg');
	color: #ffffff
}

ul
{
    list-style-type: none;
    margin: 0 0 0 1%;
    padding: 0 0 0 1%;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    background: none;
    color: #000000;
    line-height: 175%;
}

ul.indent
{
    list-style-type: none;
    margin: 0 0 0 6%;
    padding: 0 0 0 6%;
    font-family: verdana, sans-serif;
    font-size: 10pt;
    background: none;
    color: #000000;
    line-height: 100%;
}