/******************************************************************************
 *                                                                            *
 *   Cherry-Courses // Таблица стилей для печати                              *
 *   ----------------------------------------------------------------------   *
 *   Copyright (C) 1998-2006 web-studio "Cherry-Design"                       *
 *   URL: http://www.cherry-design.spb.ru/                                    *
 *   E-mail: cherry-design@mail.ru                                            *
 *                                                                            *
 ******************************************************************************/

body {
    text-align: left;
    background-color: #ffffff;
    color: #000000;
    font-size: 11pt;
    font-family: "Times New Roman", Times, serif;
}

h1 {
    background-color: #ffffff;
    color: #666666;
    font-size: 22pt;
    font-family: Georgia, serif;
}

h2 {
    background-color: #ffffff;
    color: #333333;
    margin-top: 0px;
    font-size: 18pt;
    font-weight: normal;
    font-family: "Georgia", "Times New Roman", Times, serif;
}

a {
    background-color: #ffffff;
    color: #C81517;
    text-decoration: none;
    border-bottom: 1px #C81517 dashed;
}

/* Рисуем горизонтальную черту после названия сайта
-----------------------------------------------------------------------------*/

#logo {
    border-bottom: 1px #000000 solid;
}

/* Настраиваем отступы
-----------------------------------------------------------------------------*/

.course_container {
    margin-top: 40px;
}

.course_text {
    margin-top: 20px;
}

.course_text dt {
    padding-bottom: 10px;
}

.course_text dd {
    margin-left: 40px;
    padding-bottom: 20px;
}

/* Отключаем ненужные блоки
-----------------------------------------------------------------------------*/

#menu, #words, #copyright {
    display: none;
}
