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

.outerShell {
	height : 100%;
	width : 100%;
}
.content {
	background-color : #FC7203;
}

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

img {
	border : none;
	padding:0;
}

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;
}
