a
{
	color: #000;
	text-decoration: none;
}
a:hover
{
	color: #f00;
	text-decoration: underline;
}
