body {
	background: #fff;
	color: #000;
	font: 100% sans-serif;
	margin: 10px 10%;
}
q {
	quotes: none;
	font-style: italic;
}
address {
	text-align: right;
}
h1 {
	color: #633;
	background: #eee;
	font: 180% "Times New Roman", Times, serif;
	letter-spacing: 0.3em;
	font-variant: small-caps;
}
a:link {
	color: #900;
}
a:visited {
	color: #633;
}
a:hover, a:focus, a:active {
	color: #c33;
}
table {
	border: 2px solid #000;
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto 1em auto;
}
form table {
	border-style: none;
}
th {
	font-weight: normal;
	background-color: #eee;
	text-align: left;
	vertical-align: top;
}
thead th {
	font-weight: bold;
}
th, td {
	border: 1px solid #666;
}

