a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a.footer:link {
	color: #333333;
	text-decoration: none;
}
a.footer:visited {
	color: #333333;
	text-decoration: none;
}
a.footer:hover {
	color: #3399FF;
	text-decoration: none;
}
a.footer:active {
	color: #333333;
	text-decoration: none;
}
#navbar a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#navbar a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navbar a:hover {
	color: #000000;
	text-decoration: none;
}
#navbar a:active {
	color: #ffffff;
	text-decoration: none;
}