body{
	 font-family: verdana; 
	}
	
	
  h1{
	 margin-top:5px;
	 text-align:center;
	
	 font-size:20px;
	 color:rgb(0, 0, 102);
	
	}
	
	
	p{
	 margin-left:10px;
	/* font-family: Comic Sans MS;
	font-family: georgia;*/
	 font-family: verdana;  
	 font-weight:600;
	 font-size:16px;
	
	  color:#000099;
	}
	
.beckenhamTitle {
	color: rgb(0, 0, 102);
	font-family: Comic Sans MS; 
	font-size:30px;
	}
	
.navigationLink{
font-family: Comic Sans MS;
text-decoration: none;
color: rgb(255, 255, 102);
}

.contact{
text-decoration: none;
color: rgb(255, 255, 102)
}

.pagecenter{
margin-left:20px;
margin-right:20px;
}

.layout{
 background-color: rgb(185, 194, 206);
 width: 800px;
 text-align: left;
 margin-left: auto; 
 margin-right: auto;
}

.img{
border-style: none;
height:100px;
}	
	 