/* CSS Document */
H2 { 
font-family: Arial, Helvetica, sans-serif; font-size: 25pt; font-weight: bold; font-style: oblique; color: #ff0000;
}
H3 { 
font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; font-style: oblique; color: #ff0000;
}
H4 { 
font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; font-style: oblique; color: #663366; text-align: center; vertical-align: middle;
}
H5 { 
font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; font-style: oblique; color: #663366; text-align: left; 
}
P { 
font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #996600;
}
.new { 
font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #660000;
}
.sod { 
font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #003366;
}
.smsod { 
font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 5pt; font-weight: normal; color: #003366;
}
.dis { 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #FFFF66; align: left;
}
.mono { 
font-family: Courier New, Courier, mono; font-size: 11pt; font-weight: normal; color: #990000;
}
.monoPSM { 
font-family: Georgia, 'Times New Roman', Times, serif; font-size: 57pt; font-weight: 900; color: blue;
text-decoration: none;}
.vyd { 
    background-color: black; /* Цвет фона под текстом параграфа */
    color: yellow; /* Цвет текста */
   }
A:link { 
    color: #0000FF; /* Цвет непосещенных ссылок */
   }
   A:visited { 
    color: #800080; /* Цвет посещенных ссылок */
   }
   A:hover { 
    color: #FF8000; /* Цвет ссылок при наведении на них курсора мыши */
	text-decoration: none; /* Отменяем подчеркивание у ссылки */
  }
   A:active { 
    color: #FF0000; /* Цвет активных ссылок */
   }
