* {
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   font-family: Verdana,Tahoma,sansserif;
   color: rgb(0,30,70);
   font-size: 11pt;
}
   
html,body {
   overflow: auto;
   background-color: rgb(245,245,245);
}

a {
   color: rgb(0,0,255);
}

#construction {
   font-size: 25pt;
   width: 100%;
   text-align: center;
   position: absolute;
   left: 0px;
   top: 75px;
   color: rgb(0,120,200);
   background-color: rgb(230,230,225);
   padding-top: 20px;
   padding-bottom: 20px;
}

#header {
   font-size: 20pt;
   width: 100%;
   text-align: center;
   padding-top: 6px;
   padding-bottom: 6px;
   background-color: rgb(0,35,70);
   color: rgb(215,245,250);
}

#content {
   width: 100%;
   position: absolute;
   top: 188px;
   left: 0px;
}

#description {
   width: 100%;
   padding: 12px;
   background-color: rgb(248,251,251);
}
