body {
	font-size: x-large;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}
table.greyfade tr td, table tr th {padding: 20px; background-color: rgba(204,204,204, 0.8) !important;}
table.bluefade tr td, table tr th{padding: 50px; background-color: rgba(67,90,139, 0.8) !important;}
table.redfade tr td, table tr th{padding: 20px; background-color: rgba(140,0,0, 0.8) !important;}
table.dropshadow { box-shadow: 0px 0px 10px #333333; }
table.offsetshadow { box-shadow: 2px 0px 6px #c2c2c2; }

.SplashSmall {
font-family: 'Squada One', serif;
	font-size: 40px;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px #000000;
	text-align: center;
}
.SplashTimy {
font-family: 'Squada One', serif;
	color: #FFFFFF;
	text-shadow: 2px 2px 5px #000000;
	text-align: center;
}
.BodyText {
font-family: 'Oswald';
	font-size: x-large;
	color: #444444;
	text-align: justify;
}
.PageHeaders {
font-family: 'Oswald';
	font-size: 50px;
	font-weight:bold;
	color: #0A7EC4;
	text-align: center;
}
a:link {
	text-decoration: none;
	color: #0A7EC4;
}
a:visited {
	text-decoration: none;
	color: #0A7EC4;
}
a:hover {
	text-decoration: none;
	color: #3873BA;
}
a:active {
	text-decoration: none;
	color: #3873BA;
}
