body {
	font-size: 85%;
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #555555;
	background-image: url(/graphics/background.jpg);
}

sup {
	font-size: .65em;
}

#count {
	margin: auto;
	height: 40;
	width: 200px;
	font-family: "Courier New", Courier, mono;
	font-size: 14pt;
	color: #000;
	text-align: center;
	font-weight: bold;
	background-image: url(back.jpg);
	vertical-align: middle;
}

.smalltext {
	font-size: .75em;
}

.footertext {
	font-size: .75em;
	background-color: #555555;
	color: #ffffff;
}

.largetext {
	font-size: 1.25em;
	font-weight: bold;
}

.hugetext {
	font-size: 1.75em;
	font-weight: bold;
}

.reallyhugetext {
	font-size: 2.5em;
	font-weight: bold;
}

.highlight {
	background-color: #ffff66;
	color: #000000;
}

.highlightbold {
	background-color: #ffff66;
	color: #000000;
	font-weight: bold;
}

a:link {
	color: #cc0000;
	text-decoration: none;
}

a:visited {
	color: #ff8822;
	text-decoration: none;
}

a.active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

hr#nav {
	border: 0;
	color: #ff8822;
	background-color: #ff8822;
	height: 1px;
	width: 33%;
	text-align: center;
}

hr#content {
	border: 0;
	color: #555555;
	background-color: #555555;
	height: 1px;
	width: 50%;
	text-align: center;
}

hr#content33 {
	border: 0;
	color: #555555;
	background-color: #555555;
	height: 1px;
	width: 33%;
	text-align: center;
}

hr#content100 {
	border: 0;
	color: #555555;
	background-color: #555555;
	height: 1px;
	width: 100%;
	text-align: center;
}
