@charset "UTF-8";

body {
	background-color: white;
	color: black;
}

#adv-textline, #header, #counters, #navigation, #sidebar {display: none;}


p.fli { /* Paragraph with first line indent */
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 2em;
}

big {font-size: 110%;}
small {font-size: 80%;}

hr {
	height: 1px;
	border-style: none;
	background-color: silver;
	color: silver;
}
ul {list-style-type: square;}

div.header { /* обычный заголовок, либо подзаголовок */
	font-weight: bold;
}

div.author { /* Автор материала */
	margin: 20px;
	font-style: italic;
	text-align: right;
}

div.editorscomment {
	border-top: 1px solid silver;
	margin-top: 15px;
	padding: 15px;
}

div.origin { /* Origin Server */
	border-top: 1px solid silver;
	margin-top: 15px;
	padding: 15px;
	font-family: Verdana, sans-serif;
	font-size: 85%;
	font-weight: bold;
}