* {
padding: 0;
margin: 0;
}

body {
font-family: Verdana, Arial, sans-serif;
font-size: 10pt;   
}

strong
{
font-weight: bold;
}

b
{
font-weight:normal;
}


table {
font-size: inherit;   //таблицы по умолчанию не наследуют размер шрифта
}


h1, h2, h3, h4, h5, h6 {   
font-weight: bold;   //жирное начертание
margin-top: 15pt;   //отступ сверху, равный высоте строки
margin-bottom: 5pt;   //Отступ снизу, он длжен быть меньше верхнего.
font-family: Palatino Linotype, serif;   //шрифт заголовков. Если есть, то Palatino Linotype, если нет, то любой с зачечками
text-align: center;   //центрируем заголовки
}

h1 {   //теперь задаем каждому заголовку свой размер шрифта
font-size: 15pt;
}
h2 {
font-size: 14pt;
}
h3 {
font-size: 13pt;
}
h4 {
font-size: 12pt;
}
h5 {
font-size: 11pt;
}
h6 {
font-size: 10pt;
}

.logo { 
font-size:14px;
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-weight:bolder;
color:#CC6666;
}

a.dwn:link, a.dwn:visited{
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-weight:bold;
font-size:12px;
color: #FF7415;
vertical-align:top;
padding-left:7px;
text-decoration:underline;
}
a.dwn:hover {
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-weight:bold;
font-size:12px;
color: #9F3355;
vertical-align:top;
padding-left:7px;
}

a.dwnl:link, a.dwnl:visited{
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-weight:bold;
font-size:12px;
color: #A7494B;
vertical-align:top;
padding-left:7px;

}
a.dwnl:hover {
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-weight:bold;
font-size:12px;
color: #9F3355;
vertical-align:top;
padding-left:7px;
}

a {
text-decoration: none;   //убираем стандартное подчеркивание...
border-bottom: 1px solid #30457a;   //...и делаем нижнюю границу. Она расположена дальше от текста, что упрощает его восприятие.
color: #CC3333;   //цвет ссылок
}

a:hover {   //ссылка при наведении на нее мышой
border: none;   //убираем подчеркивание
}

p {
font-family: "Times New Roman", Times, serif;
color:#A7494B;
font-style:italic;
font-size:16px;
margin: 15pt;   
}

.tab1 p {
font-family: "Times New Roman", Times, serif;
color:#A7494B;
font-style:italic;
font-size:16px;
margin: 0pt;   
}
table.tab1 {
border-collapse: collapse; /* Убираем двойные линии между ячейками */
width: 98%; /* Ширина таблицы */
}

table.tab1 th, table.tab1 td {
border: 1px solid #A7494B; /* Параметры рамки */
text-align: left; /* Выравнивание по центру */
padding: 4px; /* Поля вокруг текста */
vertical-align:middle;
}

table.tab1 th {
background: #fc0; /* Цвет фона ячейки */
height: 20px; /* Высота ячеек */
vertical-align:middle; /* Выравнивание по нижнему краю */
padding: 0; /* Убираем поля вокруг текста */
font-weight:normal;
}


li {
font-family: "Times New Roman", Times, serif;
color:#A7494B;
font-style:italic;
font-size:16px;
margin-left: 30pt;   
}


img {
border: none;   //рамка вокруг изображений нам не нужна
}

a.img {
border: none;   //class="img" у ссылок-картинок
}

.right {
width:232;

}

.dwnpos {
position:relative;
bottom:-87px;
left:50px;
width:600px;
text-align:center;
color:#A7494B;
}
