html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

img { border: 0; }

body {
	color: #444;
	font-family: Verdana, Arial, Sans-Serif;
	background: #e3e3e3;
}

a {
	color: #3d3d3d;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	display: block;
	height: 10px;
}

#content {
	width: 800px;
	margin: 15% auto;
	position: relative;
	font-size: 15px;
	text-align: center;
}
#content h1 {
	font-size: 50px;
	text-shadow: 1px 1px 1px #564b47;
	filter: dropshadow(color=#564b47, offx=1, offy=1);
}
#links {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}
#links a:hover {
	text-decoration: underline;
}





