@charset "utf-8";
/* CSS Document */

/* Тело сайта */
body
{
	background-color:#010511;
	padding:0px;
	margin:0px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;

}
/* Тело сайта END */


/* Линк */
a
{
	color:#caa860;
	text-decoration:underline;
	font-weight:bold;
}
/* Линк END */


/* Линк при наведении */
a:hover
{
	color:#caa860;
	text-decoration:none;
	font-weight:bold;
}
/* Линк при наведении END */



.gold_text
{
	font-size:16px;
	font-weight:bold;
	color:#caa860;
	font-family:Arial, Helvetica, sans-serif;
}


/* Стиль обычного заголовка */
.header {
	color:#333;
	font-size:18px;	
	font-family:"Times New Roman", Times, serif;
}

/* Стиль маленького заголовка */
.header_small {
	color:#333;
	font-size:16px;	
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

/* Стиль большого заголовка */
.header_big {
	color:#333;
	font-size:21px;	
	font-family:"Times New Roman", Times, serif;
}
