/*html elements*/
body {
	background: #fff;
	font-size: 12pt;
	font-family: arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h1 {
	font-size: 130%;
	color: #8C6529;
}
h2 {
	font-size: 120%;
	color: #F7D79C;
}
h3 {
	color: black;
	font-size: 120%;
}
h4 {
	font-size: 110%;
	color: black;
}
h5 {
	font-size: 110%;
	color: black;
}
h6 {
	color: black;
	font-size: 100%;
}

sup {
	font-size: 70%;
}
a:link, a:visited {
	color: #D40000;
	font-weight: bold;
	text-decoration: none;
}

#logo, #header, #navAlpha, #footerLinks, #medals {
	display: none;
}
