a:link
	{
	color: #CC3333;
	font-weight: bold;
	text-decoration: none;
	}

a:visited
	{
	color: #993333;
	font-weight: bold;
	text-decoration: none;
	}

a:active
	{
	color: #FF3300;
	font-weight: bold;
	text-decoration: underline;
	}

a:hover
	{
	color: #FF3300;
	font-weight: bold;
	text-decoration: underline;
	}

.white:link
	{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}

.white:visited
	{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	}

.white:active
	{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}

.white:hover
	{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	}
