body {
font-size:12pt;
font-family: New Times Roman;
color: blue;
line-height: 16pt;
background-image: url("samplebackground.jpg");
background-size: 100%;

}


p{
 margin-left: 24pt;
 margin-right: 24pt;
}

h1 {

font-size:36pt;
font-family:Arial;
color:black;

}


h2 {
 font-size:24pt;
 font-family:Arial;
 color:black;
}


a {
 color:blue;
}


a:link {
  color:yellow;
}

a:visited {
  color:magenta;
}

div {
   overflow:auto; 
   outline-style:double;
   margin: 50px;
   position: absolute;
}

div.top { 
   top:10px; 
   left:10px; 
   background-color:teal; 
   width:1000px; 
   height:100px;
   text-align:center;
   color:black;
}

div.bottom {
   top:670px; 
   left:10px;  
   background-color:teal; 
   width:1000px; 
   height:100px; 
   text-align:center;
   color:black;
}

div.left {
   top:115px; 
   left:10px;  
   background-color:aqua;
   width: 100px;
   height: 550px;
   text-align:left;
}

div.right {
   top:115px; 
   left:910px;  
   background-color:aqua; 
   width:100px; 
   height: 550px;
   text-align:right;
 }

div.center {
   top:115px; 
   left:115px;  
   background-color:white; 
   width: 790px;
   height: 550px;
   text-align:left;
}
