body {
	font: 12px/21px Trebuchet, Arial, Verdana, sans-serif;
	color: #666;
	width: 530px;
	padding: 6px;
}

	h1 {
  		font: normal 18px Trebuchet, Arial, Helvetica, sans-serif;
		color: #E14B00;
	}

a:link {
	color: #859797;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #859797;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	color: #E14B00;
	font-weight: bold;
	text-decoration: underline;
}

a:active {
	color: #E14B00;
	font-weight: bold;
	text-decoration: underline;
}