a.newlink:link {
	color: #79042E;
	text-decoration: underline;
	font-weight: bold;
}
a.newlink:visited {
	text-decoration: none;
	color: #79042E;
	font-weight: bold;
}
a.newlink:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

