@charset "utf-8";
#Color-box {
	background-color:#e0e4fc;
}

.Box{margin-top:5;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	position: relative;
	height: 100%;
	width: 290px;
	padding: 10px;
	border:0px;
	float: left;
}
.zagolovokBox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #006;
	text-align:center;
}
.SpisokInBoxBig {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	list-style-type: none;
	text-decoration:none;
}
.SpisokInBoxSmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	list-style-type: disc;
}