h1 a:link,
h1 a:visited
{
	background-color:#FF0;
	color:#000;
}

h1 a:hover
{
	color:#F00;
	text-decoration:underline;
}

