/* CSS Document */
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
		text-decoration: none;
		color: #000000;
}
a:hover {
	color: #900000;
	text-decoration: none;

}


