* {
	margin:0;
	padding:0;
	}

body {
	font-family:Arial, Helvetica, Sans Serif;
	font-size:50%;
	background:#fff;
	}

#everything {
	font-size:125%;
	color:#000;
	}

#skipToContent {
	position:absolute;
	left:0;
	top:-100px;
	}
	
a:link,
a:visited,
a:hover,
a:active {
	color:#0078C1;
	text-decoration:underline;
}

#footer {
	clear:both;
	font-size:10px;
	}

#footerText {
	width:900px;
	margin:10px auto 0 auto;
	text-align:center;
	}

#footerMenu {
	width:900px;
	margin:10px auto 0 auto;
	text-align:center;
	}

#footerMenu a {
	color:#000;
	text-decoration:none;
	}

#footerMenu a:hover,
#footerMenu a:active {
	color:#000;
	text-decoration:underline;
	}
	
#footerText p {
	font-size:1em;
	}
	
.clear {
	clear:both;
	}