/*
	Style thingies
*/
/* Page level */
HTML	{
	font: normal medium Trebuchet;
}

BODY {
	background: #f5deb3;	/* Wheat */
	color: #191970;				/* Midnight blue */
}

/* Headings and other text things */
H1, H2, H3, H4, H5, H6 {
	text-align: center;
}

HR {
	width: 60%;
	text-align: center;
}

/* Navigation */
SPAN.l {
	float: left;
}

SPAN.r {
	float: right;
}


/* Lists */
OL {
	list-style-type: decimal;
}

/* Table stuff */
TABLE {
	width: 85%;
	border: 0 none;
}

TR, TH {
	text-align: center;
}

TD {
	text-align: left;
	padding: 0 2%;
}
