     table, td, div, p, h1, center {
           font-size : 12px;
           
      }
       td.bla {
          text-align: left;
           
      }
      
     body {

           background-color : #CFC3A7;
           font-family : Arial, Helvetica, sans-serif;
           color : #111111;
           text-decoration : none;
           border : black;
      }
    .head {
      font-size: 20px;
    }

    .#contact {
      font-size: 10px;
    }

    .#menu {
      font-size: 11px;
    }

         a:active {
           color : #B72E00;
           text-decoration : none;
           font-weight:bold;
      }
     a:link {
           color : #B72E00;
           text-decoration : none;
           font-weight:bold;
      }
     a:visited {
           color : #B72E00;
           text-decoration : none;
           font-weight:bold;
      }
     a:hover {
           color : #C13100;
           font-weight:bold;
      }