body {
 background-color: #777777;
 margin: 0; /* Убираем отступы */
 padding: 0; /* Убираем поля */
 margin-top: 25px; /* Добавляем отступ сверху */
 margin-bottom: 20px; /* Добавляем отступ снизу */
}
h1 {
 font-size: 28px;
 font-family: Tahoma;
 color: #B62E2C;
 font-weight:bold;
}

h2 {
 font-size: 20px;
 font-family: Tahoma;
 color: #02A5FD;
 font-weight:normal;;
}
.squote{
 font-family: Tahoma;
 font-size: 11px;
 color: #777777;
 font-style:italic;
}.scontent{
 font-family: Tahoma;
 font-size: 14px;
 color: #444444;
}
.subhead{
 font-family: Tahoma;
 font-size: 14px;
 color: #B62E2C;
}
a:link {
 font-family: Tahoma;
 font-size: 14px;
 color: #02A5FD;
 font-weight: bold;
}
.scontent a:link {
 font-weight: normal;
}
a:visited {
 font-family: Tahoma;
 font-size: 14px;
 color: #02A5FD;
 font-weight: bold;
}
a:hover {
 font-family: Tahoma;
 font-size: 14px;
 color: #777777;
 text-decoration: underline;
}
a:active {
 color: #02A5FD;
}
.alert{
 background-color:#FFFF77;
 color:black;
 padding:15px;
 padding-right:5px;
 border:solid 1px;
}
li{
 padding-top:4px;
}
