a:link {
	color: #0000FF;
	text-decoration: none;
	width: auto;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0000FF;
}

a:active {
	text-decoration: none;
	
}

