html {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000;
}

body {
	margin: 0px auto;
}

.navElement {
	background-color: #a7a6a6;
	border: 2px solid #000;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	font-Weight: bold;
	color: #000;
	padding: 5px;
}

.navElementSel {
	background-color: #a7a6a6;
	border: 2px solid #000;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	font-Weight: bold;
	color: #0000ff;
	padding: 5px;
}

.navElement:hover {
	color: #ff0000;
}

.headerClass {
	font-size: 35px;
	font-weight: bold;
}

.headerLg {
	font-size: 65px;
	color: #ff0000;
}

.footerFont {
	font-size: 20px;
	font-weight: bold;
}

.header {
	font-size: 18px;
	font-weight: bold;
}

.redHead {
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}