<STYLE TYPE="text/css">
<!--
a:link { color:blue } 
a:hover {
  color:red;
  background-color:#ccff99;
} 
-->
body {
  font-size: 12pt;
  line-height: 16pt;
  background-image: url(../material/bs3_05.gif);
 }
h1 {
  font-size: 14pt;
  background-color: lemonchiffon;
  border-color: blue;
  border-style: solid;
  border-width: 1px;
  text-align: center;
 }
h2 {
  font-size: 14pt;
  background-color: lemonchiffon;
  border-color: blue;
  border-style: solid;
  border-width: 1px;
  text-align: center;
 }
img {
    border-width: 0px;
}
table, td {
  background-color: white;
  border-style: solid;
  border-color: blue;
  border-width: 1px;
  border-collapse: collapse;
  font-size: 12pt;
  line-height: 16pt;
}
th {
  background-color: #66ccff;
  border-style: solid;
  border-color: blue;
  border-width: 1px;
  border-collapse: collapse;
  font-size: 12pt;
  font-weight: bold;
  line-height: 16pt;
  text-align: center;
}
table.menu {
  font-size: 9pt;
  line-height: 12pt;
  border-width: 0px;
}
th.menu {
  font-size: 9pt;
  line-height: 12pt;
  border-width: 0px;
}
td.menu {
  font-size: 9pt;
  line-height: 12pt;
  border-width: 0px;
}
div#header { position: absolute;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #ffdab9;
  top: 10;
  width: 90%;
  text-align: center;
}
div#main { position: absolute;
  margin-left: 5%;
  margin-right: 5%;
  background-color: #ffffff;
  top: 40;
  width: 90%;
  padding-left: 3;
  padding-right: 3;
  padding-top: 3;
  padding-bottom: 20;
  line-height: 16pt;
  border-color: blue;
  border-style: solid;
  border-width: 1px;
}
div#footer { position: absolute;
  margin-left: 5%;
  margin-right: 5%;
  top: 2000;
  width: 90%;
  text-align: center;
}
</STYLE>