h1 {
   color: black;
   text-align: center;
   font-weight: bold;
   }


h2 { 
   color: green;
   text-align: center;
   font-weight: bold;
   }


.free{
   margin-top: 45px;
   }
   
   
h3 { 
   color: green;
   text-align: center;
   font-weight: bold;
   }



p {
   font-family: tahoma, arial, sans-serif;
   font-size: 16px;
   text-align: justify;
   color: black;
   }

.order {
   text-align: right;
   }

.map  {
   text-align: left;
   font-weight: bold;
   font-size: 22px;
   font-family: tahoma, arial, sans-serif;
   }
 
.red {
   color: red;
   }

.green {
   color: green;
   }
   
.headline {
   font-family: tahoma, arial, sans-serif;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   color: red;
   }
   
.blockquote   {
   font-family: tahoma, arial, sans-serif;
   font-size: 11px;
   text-align: justify;
   font-style: italic;      
   }

.line            {
   width:  50%;
   color:  green;
   }

.topline            {
   width:  75%;
   color:  green;
   }   
