body { 
background-color: #412B6C;
background-images: images/bg.gif;
font-family: 'Times New Roman', serif;
font-size: 12pt;
color: white;
text-align: center;
}
h1 {
font-family: Arial, sans-serif;
font-size: 8pt;
color: white;
font-weight: bold;
text-align: center;
margin-bottom: -5px; /* Отрицательный отступ между заголовком и текстом */
}
h2 {
font-family: Arial, sans-serif;
font-size: 10pt;
color: FFFF00;
text-align: left;
margin-left:15px;margin-right:10px
}
p {
font-family: Arial, sans-serif;
font-size: 11pt;
color: white;
text-align: justify;
margin-left:10px;margin-right:10px;
}
p em{
font-family: Arial,sans-serif;
font-size: 8pt;
color: yellow;
text-align: center;
}
a {
color: yellow;
text-decoration: none;
}
a.content {
 color: white;
 text-decoration: none; /* Убираем подчеркивание */
}
a.content:hover {
text-decoration: underline;
}
a:hover {
text-decoration: underline;
}
h3 {
font-family: Arial, sans-serif;
font-size: 11pt;
color: white;
text-align: justify;
margin-left:200px;margin-right:200px;
}

