html, body {
	border:0;
	margin:0;
	padding:0;
}

h1 {
	padding: 20px 0 15px;
	font-size: 150%;
}

h2 {
	padding: 10px 0;
	font-size: 125%;
}

h3 {
	font-weight: bold;
	font-size: 100%;
}

a {
	text-decoration: none;
}

img {
	border-style: none;
}

input, textarea, button {
	background-color: #fff;
	border: 1px solid #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	text-align: top;
}

td {
	vertical-align: top;
}