



body {
  background-color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center
}




.leftcolumn {
position:       absolute;
top:            0px;
left:           100px;
width:          202px;
height:         700px;
background-color:  #cccccc;
text-align:center
}



.centercolumn {
position:       absolute;
top:            0px;
left:           300px;
width:        600px;
background-color: #ffffff;
text-align:    center;

}
  .rightcolumn {
position:       absolute;
top:            0px;
left:          900px;
width:          202px;
height:         700px;
background-color: #cccccc;
text-align:   center;
}

 a {

  color: #0099CC;
  font-style: underline;
}


a visited {
color: #ffcc66;
font-style: underline;
}



h1 {
  font-size: large;
  font-weight: 800;
  color: #ff0033
}

     h2 {
  font-size: medium;
  color: #6666FF
  font-weight: 800;
  font-weight: 600;

}
h3 {
 font-size: small;
  font-weight: 400;

}





  h4 {
  font-size: x-small;
  font-weight: 600;

}

