BODY
{
  margin:0px;
  padding:0px;
  color: black;
  background: white;  
}

A         {text-decoration:none;} /* Убираем подчёркивание */
A:link    {color:purple} /* Цвет неотработанной ссылки    */
A:active  {color:red}     /* Цвет активной ссылки          */
A:visited {color:purple}    /* Цвет отработанной ссылки      */
A:hover /* Подчёркивание под курсором*/  
{
  color:red;
  text-decoration:underline
} 

H1, H2, H2.fakult
{
  font-family: Arial;
  color: #19614e;
  margin-top: 0;
  text-align: center;
}

H2.meropr
{
  font-family: Arial;
  color: #19614e;
  margin-top: 0;
  text-align: left;
}

P
{
  margin-top: 0;
  margin-bottom: 0.9em;
}

HR
{
  width: 75%;
  text-align: center;
}

TABLE.prepod
{
  margin: 10px auto; /* Выравнивание по центру  */
  font-size:0.7em;
}

.container 
{
  width: 800px;   /* Общая ширина контейнера */
  margin: 10px auto; /* Выравнивание по центру  */
  text-align: left;  /* для IE 5.0 */
}

/* Заголовок и логотип  */
.title
{
  padding-bottom: 0px;
  text-align: center;
}

/* Меню  */
.menu
{
  clear:left; /* Прерывание обтекания для плавающих блоков  */
  font-family: Arial;
  white-space: nowrap; /* Запрещаем перенос строки */
  padding-bottom: 4px;  
  text-align: center;  
}

.interval
{
  font-size:7px;
}

/*  Основная колонка */
.content
{
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
  /* Общая ширина: 450 = 10 + 440 */
  width: 800px; /* Подделка для IE5 и IE6 Transitional */
  voice-family: "\"}\"";
  voice-family:inherit;
  width: 800px; /* Размер содержимого по стандарту */
}

HTML>BODY .content /* Реверанс для Opera 7 */
{                                                                              
  width: 800px; /* Размер содержимого по стандарту */
}

/* Подвал  */
.bottom
{
  font-size:0.7em;
  font-family: sans-serif;
  white-space: nowrap; 
  padding-top: 5px;
  text-align: right;  
}


