a:link
	{
	color: #993399;
	text-decoration: none;
	font-weight: bold;
	}

a:visited
	{
	color: #CC66CC;
	text-decoration: none;
	font-weight: bold;
	}

a:active
	{
	color: #9966CC;
	text-decoration: none;
	font-weight: bold;
	}

a:hover
	{
	color: #9966CC;
	text-decoration: none;
	font-weight: bold;
	}

.white:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}

.white:visited
	{
	color: #FFFFFF;
	text-decoration: none;
	}

.white:active
	{
	color: #FFFFFF;
	text-decoration: underline;
	}

.white:hover
	{
	color: #FFFFFF;
	text-decoration: underline;
	}

