﻿#footer
{
    color: white;
    font-size: 11px;
    background-color: white;
}
#footer a:hover
{
    text-decoration: underline;
}

#footer ul {
	display: inline;
}
#footer ul li {
	margin: 0 1px 0 0;
	padding: 0;
	text-align: left;
	list-style: none;
	display: inline;
}
#footer ul li, #BaseBarInner a,
#footer a:link,
#footer a:visited,
#footer a:hover {
    color: white;
	text-decoration: none;
	/*text-transform: lowercase;*/
}
#footer a:hover {
    color: white;
	text-decoration: underline;
}
