html {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
}
table {

font-size: 14px;
border-collapse: collapse;
text-align: center;
}
th{
background: #AFCDE7;
color: white;

}
th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
padding: 10px 20px;
}
td {
background: #D8E6F3;
}
th:first-child, td:first-child {
text-align: left;
}

ul{
    margin: 0; /* Обнуляем значение отступов */
    padding: 4px; /* Значение полей */
   }
ul li {
    display: inline; /* Отображать как строчный элемент */
    margin-right: 5px; /* Отступ слева */
    padding: 3px; /* Поля вокруг текста */
	text-transform: uppercase;
	font-size: 12px;
   }
ul li a { 
    text-decoration: none; /* Убираем подчеркивание у ссылок */
   }
ul li a:hover { 
    text-decoration: underline; /* Добавляем подчеркивание 
                                   при наведении курсора мыши на ссылку */
   }
hr {
    border: none; /* Убираем границу */
    background-color: #D8E6F3; /* Цвет линии */
    color: #D8E6F3; /* Цвет линии для IE6-7 */
    height: 2px; /* Толщина линии */
}
.ocupat{
font-weight: bold;
color:red;
}
.ocupat a:link{
font-weight: bold;
color:red;
}
.ocupat a:visited{
font-weight: bold; 
color:red;
}