body
{
  font-family: 'Arial';
  font-size: 14px;
  background-color: #fce304;
}

a:link {
	text-decoration:none;
	color: #FF0000;
}
a:visited {
	text-decoration:none;
	color: #FF0000;
}
a:hover { text-decoration:none; color: red; font-weight: bold; }

