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

body
{
	background: #fffcca;
}

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

a
{
	color: #00b6e7;
	font-weight: bold;
    text-decoration: underline;
}

a:hover
{
	color: #ff00ff;
}

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

.strong
{
	font-weight: bold;
}


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

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

.subheader
{
	color: #2baf00;
	font-size: 22px;
	font-family: arial;
	line-height: 1.2;
}

a.header
{
	font-weight: normal;
}

a.subheader
{
	font-weight: normal;
}
