body {
	color: #663300;
	background-color: #F9F8F4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 7% 15%;
	font-size: larger;
	text-align: justify;
	line-height: 30px;
}
a:link {
	color: #663300;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	font-weight: bold;
}
a:visited {
	color: #663300;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #663300;
	text-decoration: none;
	font-weight: bold;
	border-bottom: medium dotted;

}
