a	{
	text-decoration: none;
	font-weight: 700
	}
a:link	{
	color: #f90;
	background-color: transparent
	}
a:visited	{
	color: #f90;
	background-color: transparent
	}
a:hover	{
	color: #f00;
	background-color: transparent;
	text-decoration: underline
	}
a:active	{
	color: #f00;
	background-color: transparent;
	text-decoration: underline
	}


