html, body {
	height:100%;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size:x-large
	color: #000;
	margin: 0px;
}	
h1 {
	margin: 0px;
	letter-spacing: 5px;
	font-size: xx-large;
}
h2 {
	margin: 0px;
	letter-spacing: 5px;
	font-size: large;
}
p {
	margin: 0px;
	font-size: small;
}
footer_p {
	padding: 3px;
	letter-spacing: 5px;
	font-size: small;
}
#container {
	min-height:100%;
	position:relative;
	overflow: visible;
}
#main {
	height:100%;   /* Height of the main body */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	overflow: hidden;
}
#header {
    padding:20px;
}
#footerlinks {
	position:absolute;
	right:20px;
	bottom:0px;
	text-align: right;
	height:40px;   /* Height of the footer */

}
#footerspecial {
	position:absolute;
	left:20px;
	bottom:0px;
	text-align: left;
	height:40px;   /* Height of the footer */
