body {
	margin: 0;
	padding: 0;
	width: 100%;
}

a {
	color: #AA0000;
	text-decoration: none;
}

a:active, a:hover {
	color: #FF0000;
	text-decoration: underline;
}

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

a.site {
	color: red;
	font: normal 12pt Impact;
	letter-spacing: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

a.twitterLink {
	color: red;
	font: bold 12pt;
	text-decoration: none;
	text-transform: uppercase;
}

p {
	font-family: Tahoma;
	text-indent: 16px;
}

.header {
	background-color: black;
	color: white;
	font-family: Impact;
	font-size: 20pt;
	letter-spacing: 8px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.sideblock {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 250px;
}

.titleMain {
	color: #AA0000;
	font-family: Impact;
	font-size: 62pt;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-transform: uppercase;
}

.titleSub {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#arrowPrev {
	float: left;
}

#arrowNext {
	float: right;
}

#container {
	background-color: white;
	border-left: 1px outset gray;
	border-right: 1px outset gray;
	height: 460px;
	padding: 8px 8px 4px 4px;
	width: 98.75%;
}

#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#navbar {
	background-color: black;
	border-left: 1px outset gray;
	border-right: 1px outset gray;
	color: white;
	font: 16pt Impact;
	letter-spacing: 4px;
	margin: 0;
	padding: 4px;
	text-align: center;
	text-transform: uppercase;
}

#navbar a.navLink {
	color: white;
	font-family: Impact;
	text-decoration: none;
}

#navbar a.navLink:hover {
	color: gray;
}

