body { 
          margin: 0;                       /* Убираем отступы */
          }

#menu {
              position: relative;
              left: 45px;                    /* Отступы слева */
              top: 0px;
              color: #000000;
              font-family: Arial, Times New Roman;
              font-size: 16px;
              }

#info {
           position: relative;
           line-height: 14px;
           left:8px;
           }

#Foto_E-QSL {
                         position: relative;
                         left: 33px;                    /* Отступы слева */
                         top: 44px;                        
                        }

#AboutText {
                      position: relative;
                      left: 33px;                    /* Отступы слева */
                      top: 50px;   
                      }

#map_canvas {
             position: relative;
              left: 33px;                    /* Отступы слева */
              top: 60px;
             }

#message {
             position: relative;
              left: 33px;                    /* Отступы слева */
              top: 60px;
             }

 /* Стили ссылок */
 
 a {
     color:#000000;
     text-decoration:none
     }

 a:active {
                 color:#FF0000;
                 text-decoration:none
                  }

 a:hover {
               color:#A50505;
               font-weight:bold;
               font-size: 17px;
               text-decoration:none
                }

 /* Стили списков */

li {
    list-style-type: none;             /* Убираем маркеры */
   }