h1 {
	font-size:150%;
	font-family: Arial;
	text-align: center;
	
}

body{
	
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
}

p{
	font-size:150%;
	font-family: arial;
	text-align: center;
}

.image{
  height: 250; 
  width: 150;
  text-align: center;
  
}

.banner{
  background: url(banner.png);
  background-position: center;
  background-size: cover;
  height: 250px; width: 100%;
  
}

.header {
  padding: 15px;
  text-align: center;
  background: #FEB3CD;
  color: black;
  font-size: 15px;
}

.header1 {
  padding: 15px;
  text-align: center;
  background: #B3A7FF;
  color: black;
  font-size: 15px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000000;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


li a:hover {
  background-color: #111;
}