body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin: 0px;
	padding: 0px;
	background: black;
	
}

#centrePage {
position: absolute;
left: 50%;
width: 800px;
margin-left: -400px;
float: left;
}

h1 {
	font-size: 15px;
	color: #E20A16;
	font-weight: bold;
	
}


h2 {
	font-size: 15px;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-size: 16px;
	color: white;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: black;
	font-weight: bold;
}

#quoteHeader {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

a {
color: #000000;
font-weight: bold;
text-decoration: underline;
}

a:hover {
color: #E20A16;
font-weight: bold;
text-decoration: underline;
}

#sideBar {
	font-size: 13px;
	color: white;
	font-weight: bold;
}

#sideBar td {
	font-size: 13px;
	color: white;
	font-weight: bold;
}

#sideBar a {
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#sideBar a:hover {
	color: #E20A16;
	font-weight: bold;
	text-decoration: none;
}
	
#lowerBar {
	font-size: 12px;
	color: black;
	font-weight: bold;
}

#lowerBar a {
	font-size: 12px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

#lowerBar a:hover {
	color: white;
}