@charset "windows-1251";
BODY {
	font-family: "Comic Sans MS", Georgia;
	font-size: 19px;
	text-align: center;
	color: #000000;
	margin: 5px;
	background: #30A030;
}
DIV.body {
	width: 760px;
	background: #FFFFFF;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
H1 {
	font-size: 22px;
	margin: 30px;
	text-align: center;
	line-height: 23px;
}
H2 {
	font-size: 20px;
	line-height: 21px;
}
P {
	text-align: justify;
	margin: 10px;
	padding: 3px;
	border: #E0FFE0 solid 1px;
	background: #F3FFF3;
	line-height: 23px;
}
A {
	color: #309030;
}
A:hover {
	color: #00C000;
	border: #C0F0C0 solid 1px;
	background: #FFFFFF;
}
DIV.cap {
	margin-bottom: 30;
	text-align: left;
}
DIV.cap A {
	font-weight: bold;
	font-variant: small-caps;
}
DIV.corresponder {
	margin-top: 20px;
	text-align: right;
	color: #609060;
	font-style: italic;
}
