#hover a
{
	text-decoration: none;
}

#hover a:hover
{
	text-decoration: underline;
}


