#footer
{
	text-align: right;
	height: 30px;
	font-size: 10pt;
}

#footer a:link,
#footer a:active,
#footer a:visited
{
    text-decoration: none;
    color: #09455D;        
	background: white;
}
#footer a:hover
{
    text-decoration: none;
    color: white;
	background: #09455D;
}
