<style type="text/css">

body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.header {
  margin: 4px;
  padding: 08px;
  height: 70px;
  background: #FFFF99;
}
.left {
  margin: 05px;
  top: 120px;
  width: 150px;
  height: 80%;
  background: #000099;
  color:#FFFFFF;
  font-weight: bold;
  padding: 10px;
  float: left;
}
.center {
  top: 0;
  margin-left: 200px;
  margin-right: 200px;
}
.right {
  margin: 5px;
  top: 120px;
  width: 150px;
  height: 80%;
  background: #000099;
  color:#FFFFFF;
  font-weight: bold;
  padding: 10px;
  float: right;
}

.left A:link {text-decoration: underline; color:#FFFF00;}
.left A:visited {text-decoration: underline; color:#FFFF00;}
.left A:hover {text-decoration: underline; color:#000099; background:#FFFF00}


.right A:link {text-decoration: underline; color:#FFFF00;}
.right A:visited {text-decoration: underline; color:#FFFF00;}
.right A:hover {text-decoration: underline; color:#000099; background:#FFFF00}

</style>
