/*
	<link href="/css/link_hover_underline.css" rel="stylesheet" type="text/css" />
*/

a {
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}
