* {
	margin: 0;
	padding: 0;
	border: 0px;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
p, ul {
	margin: 1em 0;
}

body {
	background-color: #eee;
	color: #222;
}

h1, #content {
	width: 800px;
	margin: 0 auto;
	padding: 8px;
}

#header {
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffd266), color-stop(1, #ffe9b4));
	background-image: -moz-linear-gradient(center bottom, #ffd266 0%, #ffe9b4 100%);
}
h1, h2 {
	color: #80406d;
	text-shadow: #ccc 2px 2px 0px;
}

a {
	color: #80406d;
	border-bottom: 1px solid #ffe9b4;
}
a:hover {
	border-bottom-color: #80406d;
}
