body {
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
	background-color: #24211d;

	/* Modern scrollbar styling */
	scrollbar-color: #24211d #24211d;
	scrollbar-width: auto;

	/* Legacy Internet Explorer scrollbar styling */
	scrollbar-face-color: #24211d;
	scrollbar-highlight-color: #24211d;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #999999;
	scrollbar-shadow-color: #24211d;
	scrollbar-arrow-color: #ed1c24;
	scrollbar-track-color: #24211d;
}

.main {
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.pazukhin {
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #25221d;
}

/*
 * Standard image gallery item.
 * Kept because some older pages use this class.
 */
.image {
	width: 155px;
	height: 113px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #c0c0c0;

	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;

	cursor: pointer;
}

/*
 * Portrait gallery item.
 * Kept because some older pages use this class.
 */
.photo {
	width: 110px;
	height: 155px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #c0c0c0;

	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-align: center;

	cursor: pointer;
}

a:link,
a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #ed1c24;
	text-decoration: none;
}
