body {
  background-color: #6699FF ;
}

h1 {
  color: #000000;
  text-align: center;
  font-size: 36px;
  font-family: serif;
  font-weight: 900;
  padding: 25px 40px;
  font-style: bold;
  
}

h2 {
  color: #000000;
  text-align: center;
  font-size: 36px;
  font-family: serif;
  font-style: bold;
}

p {
  font-family: verdana;
  font-size: 16px;
  font-style: italic;
  text-align: justify;
}
/* This is a comment */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #cc0000;
}

li {
  float: left;
}

li a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 25px;
  text-decoration: none;
  font-size: 20px;
  font-family: verdana;
}

li a:hover {
  background-color: #cc6745;
}

.column {
  float: left;
  padding: 20px;
}

.column.right {
  width: 30%;
  text-align: left;
  background-color: #6699FF ;
   font-size: 18px;
  }
  
  .column.middle {
  width: 30%;
  text-align: left;
  background-color: #6699FF ;
   font-size: 18px;
  }

.column.left {
  width: 30%;
  text-align: justify;
  background-color: #6699FF ;
   font-size: 18px;
}

.column.right2 {
  width: 10%;
  text-align: left;
  background-color: #6699FF ;
   font-size: 18px;
  }
  
    .column.middle2 {
  width: 70%;
  text-align: left;
  background-color: #6699FF ;
   font-size: 18px;
  }
  
  .column.left2 {
  width: 10%;
  text-align: justify;
  background-color: #6699FF ;
   font-size: 18px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;	
  }
}



.image1 {
   width: 100%;
  max-width: 400px;
  height: auto;
  clear: left;
  float: left;
  margin-right:25px;
  margin-left:0px;
  padding-top: 20px;
  display: block;
  padding-right: 20px;
  padding-bottom: 20px;
}

#logo{
	position:float;
	top:0;
	left:0;
	height: 10px;
	max-width:40px;
	height:auto;
	float:left;
}







