body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1
{
font-weight:normal;
font-size:24px;
text-align:center;
}

.text
{
font-weight:normal;
font-size:14px;
text-align:justify;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}

strong
{
font-weight:normal;
}


A {
 color: black; /* Цвет обычной ссылки */ 
 text-decoration: none; /* Убираем подчеркивание у ссылок */

}
A:visited {
 color: black; /* Цвет посещенной ссылки */
} 
A:hover {
 color: red; /* Цвет ссылки при наведении на нее курсора мыши */ 
 text-decoration: underline; /* Добавляем подчеркивание */

}