body {
	font-family: Arial, Helvetica, sans-serif;
	width: 430px;
	font-size: small;
	background-color: #EBE6DA;
}
a:link {
	color: #430000;
	text-decoration: underline;
	font-weight: bolder;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-transform: capitalize;
	color: #817352;
	font-size: small;
}
a.darklink:link, a.darklink:visited {
  color:white;
	  text-decoration:none;
	color: #430000;
		font-weight: bolder;

}
a.darklink:hover, a.darklink:active {
  color:white;
	  text-decoration:underline;
	color: #430000;
	text-decoration: underline;
	font-weight: bolder;
}
