a.file {
	text-decoration: none;
}

A.file:hover {
	text-decoration: underline;
}

A.extlink {
	text-decoration: none;
}

A.extlink:hover {
	text-decoration: underline;
}

A.extslink {
	text-decoration: none;
}

A.extslink:hover {
	text-decoration: underline;
}

A.email {
	text-decoration: none;
}

A.link {
	text-decoration: none;
}

A.link:hover {
	text-decoration: underline;
}

A.link_new { 
	background-color: #00ff00;
}

A.link_404 {
	text-decoration: underline;
	background-color: #ff0000;
	color: #ffffff;
}

