﻿a {
	color: #000000;
	background:transparent; 
	text-decoration:none;
}

a:visited {
	color: #000000;
	background:transparent; 
	text-decoration:none;
}

a:active {
	color: #000000;
	background:transparent; 
	text-decoration:underline; 
}

a:hover { 
	color:#ffffff; 
	background:transparent; 
	text-decoration:underline; 
} 