/* CSS Document */
a:link	{
	text-decoration: none;
	color:#961414;
}
a:visited	{
	text-decoration: none;
	color:#961414;	
}
a:active	{
	text-decoration: none;
	color:#961414;	
}
a:hover	{
	text-decoration: underline;
	color:#961414;	
}
