body, p, td, th, div, li {
  font-family: Verdana, Tahoma, sans-serif; 
  font-size: 12px;
  color: #40566A;
}

a {
  color: #40566A;
  color: #1E5384;
  text-decoration: none;
}

a:hover { color: #FFCF00; }

a.text { font-weight: bold }

h3 {
  font-family: Courier New;
  font-size: 18px; 
  color: #40566A; 
}

h4 {
  font-size: 14px; 
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}

h5 {
  font-size: 14px; 
  font-weight: bold;
  color: #993C76; 
  margin-top: 20px;
  margin-bottom: 15px;
}

label { cursor: hand; }

/* кнопка формы */
.button { cursor: hand; }

/* основное цветовое выделение (фиолетовый) */
.flow { color: #993C76; }

/* подпись copyright */
.copy {
  color: #eff2f5; 
  font-size: 11px;
}

/* рамка вокруг картинки */
.picture {
  border: 1px solid #A8A8A8;
  background-color: white;
  width: 16px;
  height: 16px;
  padding: 3px;
  cursor: hand;
}

hr { 
  color: #A8B8C0;
  float: none; 
  height: 1px;
}

div.gallery {
  xwidth: 100px;
  xheight: 100px;
  text-align: center;
  vertival-align: center;
  background-color: #D8E1EB;
  margin-bottom: 5px;
}

/* блок для форм */
.form {
  border: 1px outset white;
  background-color: #C4CFDB;
}

/* Меню: */
a.menu {
  font-family: Courier New;
  font-size: 14px;
  color: #C4CFDB; 
  text-decoration: none;
}

.tut {
  font-family: Courier New;
  font-size: 14px;
  color: #FFCF00;
}

/* специальные таблицы */
table.table {
  background-color: #A8B8C0;
}

table.table th {
  background-color: #DAE1E9;
  color: #1E5384;
}

table.table td {
  background-color: white;
}

/* ссылка внизу страницы */
a.bottom {
  font-family: Courier New;
}

/* комментарий обновленного занятия */
.updated_lesson {
  font-size: 10px;
  font-weight: bold;
  color: darkred;
}

/* комментарий набора в группу */
.new_group {
  font-size: 10px;
  font-weight: bold;
  color: green;
}

/* комментарий замены инструктора */
.subst {
  font-size: 10px;
  color: darkred;
}

table.table .updated_cell {
  background-color: #DAEAFB;
}

table.table .new_cell {
  background-color: #FFFFBE;
}

blockquote {
  margin-left: 20px;
}
