body {
	margin: 0;
	padding: 0;
	color: #544238;
	background-color: #ffebbc;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

a {
  text-decoration: none;
  
}
a:link {
	color: #544238;
	text-decoration: none;
}
a:visited {
  color: #544238;
}
a:hover {
	color: Red;
	text-decoration: underline;
}