/* CSS Document */
/* CSS Document */
body {
	padding: 0;
	margin: auto;
	margin-top:150px;
	font-family: Candara;
	text-align: center;
	background-color:#ffffff;
	font-size: 1.5em;
	color: #DF7E47;
}


a {
	color: #DF7E47;
	text-decoration: none;
}

a:visited {
	color: #DF7E47;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #DF7E47;
}

img {
	border: 0
}
