@import url(/_styles/main.css);
body
 {
  margin:0px;
  background-color:#F1F9FB;
 }
 
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #8E4518;
	text-decoration: underline;
}
