a {
        color: blue;
        text-decoration: none;
}

a:hover {
        text-decoration: none;
}

a.rub_parent {
        color: #6666CC;
        font-size: 14px;
        font-family: Arial;
        font-weight: bold;
}

a.rub_num_parent {
        color: #6666CC;
        font-size: 13px;
        font-family: Arial;
        font-weight: bold;
}

a.rub_parent:hover {
        color: #FC8705;
}

a.rub_num_parent:hover {
        color: #FC8705;
}

a.rub_child {
        color: black;
}

a.site_title {
        font-size: 13px;
        font-family: Arial;
        font-weight: bold;
}

.caption {
        background-color:#FC9705;
        color: white;
}

.caption a {
        color: white;
        text-decoration: none;
}

.caption a:hover {
        color: white;
        text-decoration: underline;
}

.form_caption {
        text-align: right;
        font-weight: bold;
}

.form_comment {
        font-family: Tahoma, Verdana, Arial;
        font-size: 10px;
        text-align: justify;
}

input, select, textarea {
        font-family: Verdana, Arial;
        font-size: 11px;
}

label {
        cursor: hand;
}

.bm_link {
        color: gray;
        font-weight: bold;
        text-decoration: none;
}

.bm_link:hover {
        color: #FC9705;
        text-decoration: none;
}

.cat_links {
        color: #6666FF;
        text-decoration: none;
}

.cat_links:hover {
        color: #FC8705;
        text-decoration: none;
}

.maroon {
	color: maroon;
}

.green {
	color: green;
}

.red {
        color: red;
}

.hidden {
	display: none;
}

/*
РУБРИКИ
a.rub_parent{ ссылки рубрик < 10 }
a.rub_num_parent{ ссылки рубрик > 10 }
a.rub_parent:hover { меняет цвет при наведении курсором на ссылку рубрики }
a.rub_child { подрубрики }

РЕГИСТРАЦИОННАЯ ФОРМА
form_caption{ название поля }
form_comment{ комментарий поля }

a.site_title { названия страниц }

bm_link{ нижние ссылки на страницы каталога }
bm_link:hover{ меняет цвет при наведении курсором }

cat_links{ рубрики ресурса }
cat_links:hover{ цвет при наведении курсором }
*/