a:link
	{
	color: #990000;
	text-decoration: underline;
	}

a:visited
	{
	color: #990000;
	text-decoration: underline;
	}

a:active
	{
	color: #FF6600;
	text-decoration: underline;
	}

a:hover
	{
	color: #FF9900;
	text-decoration: underline;
	}

.white:link
	{
	color: #FFCC00;
	text-decoration: none;
	}

.white:visited
	{
	color: #FFCC00;
	text-decoration: none;
	}

.white:active
	{
	color: #FF9900;
	text-decoration: none;
	}

.white:hover
	{
	color: #99CC33;
	text-decoration: underline;
	}