/* CSS Document */
a:link {
	text-decoration: none;
	color: Blue;
}
a:visited {
	text-decoration: none;
	color: Blue;
}
a:hover {
	text-decoration: none;
	color: #00008B;
}
a:active {
	text-decoration: none;
	color: Blue;
}
a.case:link {
	text-decoration: none;
	color: ThreedDarkShadow;
}
a.case:visited {
	text-decoration: none;
	color: ThreedDarkShadow;
}
a.case:hover {
	text-decoration: none;
	color: #561010;
	background-color: #FAF0E6;
}


a.new:link {
	text-decoration: none;
	color: #8B0000;
}
a.new:visited {
	text-decoration: none;
	color: #8B0000;
}
a.new:hover {
	text-decoration: none;
	color: #B22222;
}

a.b1:link {
	text-decoration: none;
	color: Purple;
}
a.b1:visited {
	text-decoration: none;
	color: Purple;
}
a.b1:hover {
	text-decoration: none;
	color: Navy;
}
