a {
  color: #28166F;
  text-decoration: none;
}        
a:hover {
  color: #660000;
  text-decoration: underline;
}

.menuout,.menuon {
  font-family: "Century Gothic", "Arial";
  font-size: 11px;
  font-weight: normal;
  color: #FFFFFF;
  vertical-align: center;
  text-align: center;        
  cursor: pointer;
  cursor: hand;
}
.menuon {
  background-color: #ACBFC8;
}
.menuout {                 
  background-color: #000000;
}

.rls { /* копирайты внизу страниц */
  font-size :10px;
  color :#000000;
  font-family: "Century Gothic", "Arial";
}
a.rls {
  color: #000000;
  text-decoration: none; 
}
a.rls:hover { 
  color: #809EAC; 
  text-decoration: underline; 
}

.dark { 
  border:'0' '0' '#ffffff'; 
  background-color:#ACBFC8;
}
.Lldark { 
  border:'0' '0' '#ffffff'; 
  background-color:#EDF1F3;
}                                                

.ht { /* заголовки разделов */
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
}                
a.ht {
  text-decoration:none;
}        
a.ht:hover { 
  text-decoration:none;
  color:#605D5C;
}         

.at { /* заголовки статей */
  font-family: Arial;
  font-size: 14px;
  color: #605D5C;
  font-weight: bold;
}
a.at { 
  color: #605D5C;
  text-decoration: none;
}        
a.at:hover { 
  text-decoration: none;
  color:#000000;
}         

.st { /* список подразделов */
  font-family: Arial;
  font-size: 12px;
  color: #605D5C;
  font-weight: bold;
}
a.st {
  color: #605D5C;
  text-decoration: none;
}
a.st:hover {
  text-decoration:none;
  color:#000000;
}

.new,p,ol,ul { /* основной стиль текста */
  font-family: Arial;
  font-size: 11px;
  color: /* #1F1A17*/ #000000;
  text-align: justify
}
a.new {
  color: /*#1F1A17*/ #000000;
  text-decoration: none; 
}        
a.new:hover { 
  color: #605D5C; 
  text-decoration: none; 
}        
.new4c { /* стиль для неподтвержденных мероприятий Календаря */
  font-family: Arial;
  font-size: 11px;
  font-style: italic;
  color: /* #1F1A17*/ #605D5C; /* как у at */
  text-align: justify
}

h1 {
  font-family: Arial;
  font-size: 13px;
  color: #1F1A17;
  font-weight: bold;
}
h2 {
  font-family: Arial;
  font-size: 12px;
  color: #1F1A17;
  font-weight: bold;
}
h3 {
  font-family: Arial;
  font-size: 11px;
  color: #1F1A17;
  font-weight: bold;
}

.bol { /* мелкие вспомогательные ссылки ("больше") */
  font-family: Arial;
  color: #28166F;
  font-size: 11px;
}                        
a.bol {
  color: #28166F;
  text-decoration: none;
}        
a.bol:hover {
  color: #000000;
  text-decoration: none;
}


