body {
	font-family:georgia, serif;}
#header {
	position:absolute;top: 10px;
	left:20px;
	width:750px;
	padding:10px;
	border:0px solid red;
	}
#footer {
	position:absolute;
	bottom:10px;
	right:10px;
	width:750px;
	padding:10px;
	border:0px solid red;
	}
#content {
	position:absolute;
	top:150px;
	left:10%;
	margin: 0, 10%;
	width:80%;
	height:40%;
	border-top:0px inset red;
	border-right:0px outset orange;
	border-bottom:0px inset yellow;
	border-left:0px outset green;
	text-align:center;
	vertical-align:center;
	font-family:georgia, serif;
	font-size:2em;
	color:#f00;
	padding:10px;
	
	}
#credits {
	position:absolute;
	bottom:5px;
	left:10px;
	color:#ebebeb;
	font-family:arial, san serif;
	font-size:.55em;
	font-style:italic;
	}
h1 {
	color:#ff3;
	font-size:1em;	
	font-weight:500;
	}
h2 {
	color:#fc0;
	font-size:1em;	
	font-weight:500;}
h3 {
	color:#0c3;
	font-size:1em;	
	font-weight:500;
	}
h4 {
	color:#0cf;
	font-size:1em;	
	font-weight:500;
	}
a:link {
	color:white;
	text-decoration:none;
	}
a:visited {
	color:white;
	text-decoration:none;
	}
a:hover {
	color:pink;
	text-decoration:underline;
	}
