/* ---- css -- */
@import "/-/styles/links.css";
body, html {
	margin: 0;
	padding: 0;}
body {
	background: #fff;
	color: #000;
	font-family: font-family: "Times CY", Palatino, "Times New Roman", "Palatino Linotype", serif;
	line-height: 1.2;}
a, a:link {
	background: #fff;
	color: blue;}
a:visited {
	background: #fff;
	color: purple;}
a:hover {
	background: #f9f9f9;
	color: red;}
a:active, a:focus {background: white;}
a[name] {
	color: inherit !important;
	text-decoration: none !important;
	cursor: default;}
.sublinks .lnk_curr {font-style: italic;}
.sublinks a:visited {
	background: #fff;
	color: blue;}
#b_data {margin: 0 2%;}
h1 {
	margin-top: .8em;
	font-family: Palatino, "Times CY", "Palatino Linotype", "Times New Roman", serif;}
h2 {margin-top: 1em;}
#book_head, .author, .title, .contents {text-align: center;}
#book_head p {
	margin-top: 1.6em;
	text-indent: 0;}
#book_head em {
	font-size: 110%;
	color: red;}
li {margin-bottom: .1em;}
.contents {
	font-size: 140%;
	letter-spacing: 2px;}
.separator {
	height: 3.3em;
	margin: 2em 0;
	background: #fff url(/misc/balcan/AT/img/bg.gif) top left fixed repeat-x;
	border-top: 32px solid #36c;
	border-bottom: 32px solid red;}
.separator hr {display: none;}
.listcurrent {font-style: italic;}
.sublinks hr {
	margin: 1.5em auto;
	width: 25%;}
