body {
	font: 18px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	background: #FFFFFF;
	padding: 20px;
	margin: 10px;
	vertical-align: top;
}
body a:link {
	color: #974F50;
	text-decoration: underline;
}
body a:hover {
	text-decoration: none;
}
body a:visited {
	text-decoration: underline;
	color: #974F50;
}
