body {
    color : #000000;
    font-family : Verdana, Helvetica, sans-serif;
    letter-spacing:2px;
    font-size : 20px;
    text-decoration: none;
    line-height: 52px;
    height:98%;
    width: 98%;
    overflow: hidden;
}
.header{
	position: absolute;
	width: 98%;
	text-align: center;
	height: 50%;
	margin-top: 20%;
    overflow: hidden;
}
.header a{ 
	margin: 10px;  
	font-size: 40px; 
	color: #000000; 
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 0px;
}
.header a:hover{ 
	background-image: url(/images/highlight2.gif); 
	color: black; 
}
.footer_box{
	width: 98%;
    height: 10%;
	clear: left;
    top: 90%;
	position: absolute;
    overflow: hidden;
	
}
.footer{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-style: 8px;
    letter-spacing:0px;
}
.footer_box a{
	text-decoration: none;
	font-size: 15px;
	color: #d8cfd1;
    letter-spacing:0px; 
}
.footer a:hover{ 
	color: #000000;
    letter-spacing:0px;
}
