/* Hello.
 * This is a cascade style sheet, wich holds any styles for a pages.
 * Strange, but its didn't support russian comments, so it written in my ugly english.
 */
/*Provide main style for Page Body*/
body
{
   background: #996666;
   background-color: #996666;
   color: #ffcc99;
}
/* Styles for Header Class 3 */
H3
{
   font-size: 14pt;
   color: #996600;
   font-style: italic;
   text-align: right;
   text-decoration: underline;
}
H2
{
   color:#333300;
}
P.CopyRight
{
   text-align:center;
   font-size:smaller;
   color:#333300;
}
.Link
{
   cursor:hand;
}
.DarkText
{
   font-size: 10pt;
   color:#330000;
}
.DarkTextNormal
{
   color:#330000;
}

a:link
{
    color:#660000;
}

a:active, a:visited
{
    color:#FFCCCC;
}

a:hover
{
    text-decoration:none;
}


.up a { display: block; text-decoration:none; }
.sub a { display: block; text-decoration:none; }
.j { text-align:justify; }


/* used by /js/active.js to mark current page link */
/* .active { background-color: #999999 !important; } */
/* used by /js/active.js to mark current sub link ( /about/ for /about/anketa.htm for example) */
/* .subactive { background-color: #bbbbbb !important; } */
