body{
	background-color: #f1f1e9;
	padding: 10px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 20px
}
.header{
	width:100%;
}

.header img{
	width:100%;
}
.content{
	background-color: #f1f1e9;
	width:70%;
	display: block;
	margin-left:auto;
	margin-right: auto;
	min-height: 350px;
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 20px;
	border-bottom: 0px solid blue;
}
.content h1{
	font-weight:bold;
	text-align: center;
	color:navy;
	line-height: 1.3em;
}
.content a{
	text-decoration: none;
	color:darkblue;
	font-size: 18px;
}
.content a:hover{
	color:red;
}
.footer{
	/*background-color: #e3e3e3;*/
	color:navy;
	text-align: center;
	font-size: .9em;
}
.footer img{
	width:100%;
	padding: 10px auto;
}
.footer a{
	text-decoration: none;
}
.footer a:hover{
	color:red;
}