a:hover {
text-decoration: none;
font-weight: bold;
}
a:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
