BODY { /* Стиль основных элементов веб-страницы */

text-align: center; /* 1 */
margin: 0px;
margin-top: 0px;
padding: 0px;
font-family: Lucida Sans Unicode; 

}


a { 
color: #006837; 
text-decoration: none;
}

a:visited { 
color: #8cc63e;
text-decoration: none;
}

a:hover { 
color: #CC3399; 
text-decoration: none;
border-bottom: 1px dashed green;
} 