﻿body {
  background-color: #F0E6D0;
}
a {
	text-decoration: none;
}
a:link {
color: #9D0B84; 
text-decoration: none
}

a:hover {	
	text-decoration: underline
}

a:visited {
color: #D03D11;
}