@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-attachment: fixed;
	background-color: #C7C7C7;
	background-repeat: repeat;
	background-position: center top;
	background-image: url(../images/page-bg.jpg);
	font-size: 24px;
	}



@font-face {
	font-family: myFirstFont;
	src: url('Avqest.woff') format('woff'),
	     url('Avqest.woff2') format('woff2'),
	     url('Avqest.ttf') format('truetype');
}

span {
	font-family: myFirstFont;
}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
a:hover {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	color: #5B5B5B;
}
a:active {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
