body {
	background-color: #f4f4f4;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
A:LINK, A:VISITED, A:ACTIVE {
	color : Navy;
	text-decoration : underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:HOVER {color : Blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration : none;
}


hr {
	color: #666666;
	size: 1;
	height: 1px;
}
@font-face {
	font-family: cyrold;
	font-style: normal;
	font-weight: normal;
	src: url(http://grayfolk.info/cyrold.eot);
}
.title_b {
	font-size: 40px;
	font-weight: bold;
	font-variant: normal;
}
.title_s {
	font-size: 20px;
	font-weight: bold;
	font-variant: normal;
}