* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF7E00;
}
html, body {
	height: 100%;
}
body {	
	background: #FFECD9;
}
h1 {
	text-transform: uppercase;
	font-size: 20px;
	display: inline;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}