body { 
background-color: #333333; 
font-family: Tahoma, Arial, sans-serif; 
font-size: 18px; 
color: #FFFFFF;
overflow: hidden;
}
table {
overflow: auto;
}

h1 { font-size: 120%; font-weight: bold; text-align: left; }
h2 { font-size: 110%; font-weight: bold; text-align: left; }
h3 { font-size: 100%; font-weight: bold; text-align: left; }
h4 { font-size: 80%; font-weight: bold; text-align: left; }
h5 { font-size: 75%;  font-weight: bold; text-align: center; }


#header {
  background: #333333;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 84px;
  padding: 20px;
  
}
#content-container {
  Position: absolute;
  top: 70px;
  left: 0px;
  min-height: 100%;
  width: 100%; 
}
#content1 {
  position: absolute;
  border-color: white;
  border-width: 2px;
  border-style: solid;  top: 75px;
  text-align: center;
  text-decoration: none;
  left: 7%;
  width: 25%;
  height: 45%;
  
}
#content2 {
  position: absolute;
  border-color: white;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  text-decoration: none;
  top: 75px;
  left: 37%;
  width: 25%;
  height: 45%;
  
}#content3 {
  position: absolute;
  border-color: white;
  border-width: 2px;
  border-style: solid; 
  text-align: center;
  text-decoration: none;
  top: 75px;
  left: 67%;
  width: 25%;
  height: 45%;
  
}
#footer {
  background: #333333;
  width: 100%;
  position: absolute;  
  top: 95%;
  width: 100%;
  text-align:left;
}


.remove-dec {
  text-decoration: none;
  color: white;
  display: block;
}

.img-size{
  width: 96%;
}
