/* CSS Document */
body{
   margin:0;
   padding:0;
   background-color:#990033;
   color:white;
   }
h1{
   font-size:1em;
   }
h2{
   font-size:0.85em;
   line-height:1.3em;
   text-align:center;
   margin-top:1.2em;
   margin-bottom:0.5em;
   }
address{
   font-size:0.65em;
   text-align:center;
   margin-top:0em;
   margin-bottom:2em;
   }
.logo{
   margin-top:0em;
   margin-bottom:0em;
   }
.counter{
   margin-bottom:0em;
   }