<!--

body {
  background-color: #FFFFFF;
}
h1 {
  text-align: center;
}
h2 {
  background-color: #3366FF;
  font-style: italic;
  color:#FFFFFF;
  text-align: left;
  background-repeat: repeat

;
}
h3{
  border-right-style : none;
  border-bottom-style : solid;
  border-bottom-color : blue;
}
.indent1 {
  margin-left : 30px;
  margin-right : 30px;
}
.indent2 {
  margin-left : 50px;
  margin-right : 30px;
}
.lastupdate {
  color: #FF0000;
  text-align: right;
}
.update {
  color: #3366FF;
  font-size: 80%;
}
.attention {
  color: #FF0000;
}
.navibar {
  text-align: center;
}
.logo {
  text-align: center ;
}
.logo a {
  color: #ffffff;
  background: #ffffff;
}
.zeroborder {
  border-width : 0px 0px 0px 0px ;
}
.footer {
  color: #999999;
  text-align:right;
  font-style: italic ;
}
-->


