* {
  font-family: arial,verdana,helvetica,sans-serif;
  text-decoration: none;
}


.header {
	text-align:center;
	border-top: 1px solid #527BBD;
	border-bottom: 1px solid #527BBD;
	color: #527BBD;	

}
.header p{
	color: #527BBD;	
}
.header h1{
	font-size:200%;
}
.header h2{
}
.header h3{
}
.header a{
	font-weight:bold;
	color: #527BBD;	
}
.header a:hover{
	font-weight:bold;
	text-decoration: underline;
}


.footer {
	text-align:center;
	border-top: 1px solid #527BBD;
	border-bottom: 1px solid #527BBD;
	text-transform: lowercase;
	color: #527BBD;	
}

.footer p{
	color: #527BBD;	
}
.footer h1{
}
.footer h2{
}
.footer h3{
}
.footer a{
	font-weight:bold;
	color: #527BBD;	
}
.footer a:hover{
	font-weight:bold;
	color: #527BBD;	
	text-decoration: underline;
}


.content{
}
.content p{
}
.content h1{
}
.content h2{
}
.content h3{
}
.content h4{
}
.content a{
}

.content a:hover{
	text-decoration: underline;
}
