@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Times New Roman", Times, serif;
}

a
{
	text-decoration: none;
	color: #9f1d21;
}

a:hover
{
	text-decoration: underline;
	color: #771518;
}

A.white:visited {
	text-decoration: none;
	color: white;
}
a.white:link{
	text-decoration: none;
	color: white;
}

a.white:hover
{
	text-decoration: underline;
	font-weight: none;
}