A.link1:link {text-decoration: none; color: #DF0000; font-weight: bold}
A.link1:visited {text-decoration: none; color: #DF0000; font-weight: bold}
A.link1:active {text-decoration: none; color: #DF0000; font-weight: bold}
A.link1:hover {text-decoration: underline; color: #FF0000; font-weight: bold}

A.link2:link {text-decoration: none; color: #000000; font-size: 11px }
A.link2:visited {text-decoration: none; color: #000000; font-size: 11px }
A.link2:active {text-decoration: none; color: #000000; font-size: 11px }
A.link2:hover {text-decoration: underline; color: #FF0000; font-size: 11px }

A.link3:link {text-decoration: none; color: #000000; font-weight: solid; font-size: 15px }
A.link3:visited {text-decoration: none; color: #000000; font-weight: solid; font-size: 15px }
A.link3:active {text-decoration: none; color: #000000; font-weight: solid; font-size: 15px }
A.link3:hover {text-decoration: underline; color: #FF0000; font-weight: solid; font-size: 15px }




.pic img {
 border: 0px solid #333; /* Рамка вокруг изображения */
 float: left; /* Обтекание по правому краю */
 margin-right: 7px; /* Расстояние между рисунком и текстом */
 margin-left: 15px; /* Расстояние между рисунком и текстом */
}


h1 {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;   
    margin: 0px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-transform: uppercase;
    }
    
h2 {
    font-size: 15px;
    font-weight: bold;
    color: #FF0000;   
    margin: 0px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    }
