html, body {
	background-color : #304AE5;
	 height: 100%;
     margin: 0;
     padding: 0;
}

.outerShell {
	height : 100%;
	width : 100%;
}

.content {
	background-color : #E72F2A;
	height : 509px;
	text-align: center;
}

a:link, a:visited, a:active, a:hover, a:focus {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration : none;
}

img {
	border : none;
}

p, h1, h2, h3, h4, h5 {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
}

.contactForm{
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
}

.form {
	color : #333333;
	background-color : #FFCCCC;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

.small {
	color : #ffffff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}
