@charset "windows-1251";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.all {
	background-color: #FFFFFF;
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	margin-top: 5px;
	margin-right: 0px;
}
p {
	
	margin: 2px;
	text-align: justify;
	text-indent: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #5353FF;
}
a:hover {
	color: #FF0000;
}

