/* 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:pointer;
}
.DarkText
{
   font-size: 10pt;
   color:#330000;
}
.DarkTextNormal
{
   color:#330000;
}

a {
	color: #663300;
}

a:link
{
    color:#663300;
}

a:active
{
    color:#FFCCCC;
}

a:hover
{
    text-decoration:none;
}

#Authors {
	margin-left: 0px;
	margin-top: 50px;
	width: 700px;
	text-align: center;
}

#Authors a
{
	color: #663300;
}
