h1 { font-size: 14pt }

body{
	margin: 0;
	padding: 100px 5px 50px 5px;
	font-size: 12px;
}

* html body{
	overflow: hidden;
}

header {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #4E9ABE;
	color: #fff;
	padding: 0px 0px 0px 10px;
}

footer {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #4E9ABE;
	color: #fff;
	padding: 0px 0px 0px 10px;
}

section a:link, section a:visited {color: orange;}
section a:hover {
	color: white;
	background-color: orange;
}

section a:active {color: orange;}

nav a:link, nav a:visited {color: orange;}
nav a:hover {
	color: white;
	background-color: orange;
}

nav a:active {color: orange;}

footer nav a:link, footer nav a:visited {color: white;}
footer nav a:hover {
	color: white;
	background-color: #4E9ABE;
}

footer nav a:active {color: white;}

article a:link, article a:visited {color: orange;}
article a:hover {
	color: white;
	background-color: orange;
}

article a:active {color: orange;}


