a:link {
	color: #000000;
	background: f0cb94;
	text-decoration: none;
	font-size: medium;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #f0cb94;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}
