*
{
	font-family: verdana;
	font-size: 12px;
	color: #d8e9ef;
	line-height: 1.4;
}

body
{
	background: #3d3e6f;
}

/*--------------------------------------------------------------*/
/*  Обычные теги                                                */
/*--------------------------------------------------------------*/

a
{
	color: #8ed8f6;
	font-weight: bold;
    text-decoration: underline;
}

a:hover
{
	color: #ff00ff;
}

p.with_indent 
{
	text-indent: 20px;
}

.strong
{
	font-weight: bold;
}


/*--------------------------------------------------------------*/
/*  Заголовки                                                   */
/*--------------------------------------------------------------*/

.header
{
	color: #ffa65e;
	font-size: 30px;
	line-height: 1.2;
    font-family: arial;
}

.subheader
{
	color: #fff799;
	font-size: 22px;
	font-family: arial;
	line-height: 1.2;
    font-style: italic;
}

a.header
{
	font-weight: normal;
}

a.subheader
{
	font-weight: normal;
}
