
BODY { 
  background: #ffd99e url("back.jpg");
}
 
a {
	color: #dd9d2d;
  text-decoration: none;
}

A:hover {
  color: #7edaab;
  text-decoration: underline;
}

