BODY {
	background: url("things/paper_texture.gif") white;
	font-family: helvetica, arial;
}

P {
	font-family: helvetica, arial;
}

.center {
	text-align: center;
}

H1 {
	font-family: helvetica, arial;
	text-align: center;
}

H2, H3, H4 {
	font-family: helvetica, arial;
}

STRONG {
	text-weight: bold;
	font-family: helvetica, arial;
}

.blue {
	color: blue;
}

EM {
	font-style: bold;
	color: red;
}

TT {
	font-family: courier;
}