 body {font-family:garamond;
	 background-color: #003399 ; 
	}
 h1 {color:white}
 h2 {color:green }
 h3 {color:white ;
}
 
.container {
  position: relative;
  height: 100%;
}

.heading {
  text-align: center;
}
  
.left {
  position: absolute;
  left: 1%;
  top: 10px;
  width: 18%;
  background:#FFFFCC;
  color:blue;
}

.middle {
  position: absolute;
  left: 20%;
  top: 10px;
  width: 63%;
  background:white;
  color: black;
  padding: 5px;
}

.right {
  position: absolute;
  left: 85%;
  top: 10px;
  width: 15%;
  background:#FFFFCC;
  color:blue;
}



