@charset "windows-1251";
/* CSS Document */
@font-face {
font-family: Cricketinlineshadow;
src: url(./fonts/shadow.ttf);
}
@font-face {
font-family: Marta;
src: url(./fonts/marta.otf);
}
body {
	margin: 0px;
}

p {
	font-family: marta;
	font-size: 22px;
	color: #FFFFFF;
	margin: 20px;
	text-align: justify;
	hyphens: auto;
}

.grad {
background-color: #007FFF; 
	background: linear-gradient(to bottom, #0080FF, #FFFFFF 50%, #0080FF 100%);
}
.title {
	font-family: 'Cricketinlineshadow', arial;	
	font-size: 48px;
	margin: 0;
	color: #007700;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
}
a {
	color: #00FF66;
}