.menu a {
	text-decoration: none;
	color: inherit;
}
.bodySpace {
	background-color: black;
	background-image: url('grid2.jpg');
	text-align: center;
	background-position: 10px 22px;;
}

.bodyFlash {
	background-color: white;
	text-align: center;
}

.mainDiv {
	width: 980px;
	margin: auto;
	color: white;
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 14px;
}

.headerDiv {
	font-family: ‘Courier New’, Courier, monospace;
	height: 150px;
	background-image: -moz-linear-gradient(
	  rgba(0, 0, 0, 0.1) 30%, #300082 100%
	);
	background-image: -webkit-gradient(
	  linear, left top, left bottom, from(rgba(40,0,130,0)),
	  to(rgba(40,0,130,1)), color-stop(.5,#333333)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr=#00300082, endColorstr=#FF300082
	);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr=#00300082, endColorstr=#FF300082
	);

	padding-top: 75px;
}
.headerContainerDiv {
	background-image: url('hexagons.jpg');
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
}
.lance, .weston {
	font-size: 80px;
	text-shadow: #DDFFDD 0px 0px 3px; 
}
.headerDiv li {
	text-shadow: #DDFFDD 0px 0px 3px; 
	display: inline;
	margin: 10px;
}
.headerDiv ul {
	margin-top: 15px;
	font-size: 20px;
	font-weight: bold;
}
.lance {
	color: red;
}
.weston {
	color: blue;
}
.logoDiv {
	width: 100%;
	height: 224px;
	margin: auto;
}

.menuDiv {


}

.contentDiv {
	background-color: #300082;
	padding-bottom: 5px;
}
.pageDiv {
	width: 98%;
	background: #200082;
	border: 1px solid yellow;
	margin: auto;
	margin-top: 5px;
}
.pageDiv ul {
	text-align: left;
}
.pageDiv a {
	color: cyan;
}
.down {
	color: grey;
}
.footerDiv {
	border-top: 1px solid white;
	color: yellow;
	height: 60px;
	font-weight: bold;
	background-image: -moz-linear-gradient(
	  #300082 0%, rgba(0, 0, 0, 0) 100%
	);
	background-image: -webkit-gradient(
	  linear, left top, left bottom, from(rgba(40,0,130,1)),
	  to(rgba(40,0,130,0)), color-stop(.5,#333333)
	);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr=#FF300082, endColorstr=#00300082
	);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr=#FF300082, endColorstr=#00300082
	);			
}
H1 {
	color: lime;
}
H2 {
	color: yellow;
}
table {
	margin: auto;
	border-collapse: collapse;
}
td, th {
	border: 1px solid white;
}
td h2 {
	margin: 0;
}