body {
	color: black;
	background-color: white;
}
body, td, .normaltext {
	font-family: Verdana, arial, helvetica, serif;
	font-size: small;
}
*, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
table {
	empty-cells: show;
}
.code {
	font-size: x-small;
	font-family: monospace;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
}
.quote {
	font-size: x-small;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
}
.smalltext, .quoteheader, .codeheader {
	font-size: x-small;
}
.largetext {
	font-size: large;
}
hr {
	height: 1px;
	border: 0;
	color: black;
	background-color: black;
}