body{
margin:0;
padding:0;
line-height: 1.2em;
color: #00A000;
}

hr
  {
  border: 0;
  color: #0000FF;
  background-color: #0000FF;
  height: 2px;
  }

A {
  color:#356EE2;
  border: none; }
A:visited {
  color:#356EE2;
  border: none; }
A:link {
  color:#356EE2;
  border: none; }
A:hover {
  color:#3CA23C;
  border: none; }
A:active {
  color:#356EE2;
  border: none; }

select {
  border-color: #3232CD;
  border-style: solid;
  color: #00A000;
  }

input {
  border-color: #3232CD;
  border-style: solid;
  }

textarea {
  border-color: #3232CD;
  border-style: solid;
  }

button {
  border-color: #3232CD;
  border-style: solid;
  }

.honboard {
  background: url("wood.jpg");
  margin-left: 25px;
  margin-right: 25px;
  }
.honboard td{
  text-align: left;
  color: yellow;
  }

.honboard th{
  text-align: center;
  color: yellow;
  }

.history {
 font-size: 16px;
 font-family: "Arial";
 margin-left: 25px;
 margin-right: 25px;

 }

.history p{
 text-align: justify;
 }

#topsection{
background: white;
height: 180px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 20% 0 20%; /*Margins for content column. "0 RightColumnWidth 0 LeftColumnWidth*/
}

#fullcontentcolumn{
margin: 0 20 0 20;
}

#leftcolumn{
float: left;
width: 20%; /*Width of left column*/
height: 500px;
margin-left: -99%;
background: white;
}

#rightcolumn{
float: left;
width: 20%; /*Width of right column*/
height: 500px;
margin-left: -20%; /*Set left marginto -(RightColumnWidth)*/
background: white;
}

#footer{
clear: left;
width:100%;
background: lightgreen;
color: blue;
text-align: center;
}

.innertube{
margin: 20px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

html>body {
  padding: 0;
}

html>body #contentcolumn {
  overflow: auto;
}

