.container {
	font-size: 1.1em;
}

.smallcaps{
	color: #F26922;
	font-variant: small-caps;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

h1 {
	font-weight: bold;
	padding-top: 20px;
}

span {
	margin-bottom: 0px;
}

.narrow {
	margin-bottom: 0px;
}

p {
	font-weight: bold;
	font-size: 1.4em;
}

.title {
	font-family: Arial, sans-serif;
	font-size: 7em;
	font-weight: bold;
	margin-top: -30px;
	padding: 0px;
}

.smallText {
	font-size: 0.5em;
}

.siteColOuter {
	background-color: #000;
}
.siteCol {
	background-color: #f2f2f2;
	padding: 5px;
}

a {
	text-decoration: none;
}

a:hover h1 {
	text-decoration: underline;
}