
A:link
	{
		text-decoration: none;
		color: #9900CC;
		font-weight: bold
	}
A:active
	{
		text-decoration: none;
		color: #9900CC;
		font-weight: bold
	}
A:visited
	{
		text-decoration: none;
		color: #9900CC;
		font-weight: bold
	}
A:hover
	{
		text-decoration: underline;
		background-color: #CCCCCC;
	}