BODY {
	margin: 0px;
	font-family: "Geneva", sans serif;
	background: black;}

.logoArea {
	text-align: center;
	vertical-align: center;
	border: 4px red solid;
	background: white;}

.titleArea {
	text-align: center;
	vertical-align: bottom;
	border: 4px red solid;
	background: black;
	color: white;}
.title {
	font-size: 34px;
/*	font-weight: bold;*/} 
.subtitle {
	font-size: 25px;
/*	font-weight: bold;*/}
.welcomeHeader {
	font-size: 42px;
	font-weight: bold;}

.linksArea {
	font-size: 14px;
	padding: 20px;
	text-align: center;
	vertical-align: top;
	border: 4px red solid;
	background: black;
	color: white;}
.linksHeader {
	font-size: 22px;
	font-weight: bold;}
/*.webmailLink {
	bottom: 0;
	position: absolute;} */
.linksArea a:link {
	color: #FFAF05;}
	
/* Make all Links the red color unless specified otherwise, whether clicked or not */
a:link {color: #FF544B;}
a:visited {color: #FF544B;}
	
.mainArea {
	text-align: center;
	vertical-align: top;
	font-size: 16px;
	padding: 20px;
	border: 4px red solid;
	background: white;}
	
.FAQ_Area {
	vertical-align: top;
	font-size: 16px;
	padding: 20px;
	border: 4px red solid;
	background: white;}
	
.tableHeader {
	font-weight: bold;}
	
.newsHeader {
	font-size: 14;}
.newsBody {
	font-size: 16;}
	
.footerArea {
	font-size: 14px;
	padding: 10px;
	text-align: center;
	border: 4px red solid;
	background: white;}
	
.webmasterArea {
	font-size: 10px;
	padding: 5px;
/*	text-align: center; */
	border: 4px red solid;
	background: white;}
	
.webmasterText {
	font-size: 10px;}
	
.textattribution {
	font-size: smaller;
	font-style: italic;}
	
.header2 {
	font-size: 24px;
	font-weight: bold;}
.header3 {
	font-size: 20px;
	font-weight: bold;}
	
	/*text-decoration: overline;
	font-size: 18px;
	font-style: normal;
	line-height: 200%;
	border: 4px blue dotted;	/*1px black solid*/
	/*background-color: pink;
	color: indianred;
	width: 60%;
	margin: 12px;
	float: right*/