html, body, ul, li, form, input, textarea, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	}
html, body {
	height: 100%;
	}
ul li {
	list-style-type: none;
	}
h1 {
		font: bold 20px Georgia, "Times New Roman", Times, serif;
		color: #666;
	}
h2 {
	font: bold 16px serif;
	color: #666;
}
body {
	line-height:200%;
	text-align: center;
	font: normal 16px Georgia,"Times New Roman",Times,serif;
}
a {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#990000;
}
#wrapper {
	width: 750px;
	margin: 0px auto;
}