body {
	padding: 0px;
	margin: 20pt;
	font-size: 12pt;
	font-family: georgia, palatino linotype, book antiqua, times new roman;
	color: #333333;
	background-color: #ffff66;
}

a {
	color: blue;
}

a:hover {
	color: #333333;
}

a:visited {
	color: #6600ff;
}

a.tinylink {
	text-decoration: none;
	font-size: 10pt;
	margin-left: 8px;
}

a.toplink, a.toplink:hover, a.toplink:visited { color: #333333; text-decoration: none; }

H1 {
	font-size: 20pt;
	padding: 0;
	margin-top: 20pt;
	text-align: center;
}

H2 {
	font-size: 16pt;
}

H3 {
	font-size: 14pt;
}

TABLE {
	display: table;
	border: 1px;
}

TR {
	display: table-row;
	vertical-align: top;
}

TD.TD1 {
	font-size: 12pt;
	display: table-cell;
	width: 21%;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

TD.TD2 {
	font-size: 12pt;
	display: table-cell;
	width: auto;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

p {
	font-size: 12pt;
}

pre {
	font-size: 10pt;
	family-name: Courier;
    }

div.q {
	background-color: #FEFDED;
	font-style: italic;
	font-size: 10pt;
	padding: 15px;
	margin-left: 40px;
	margin-right: 40px;
	border: 1px dashed #333333;
}

div.topbar {
	background-color: #FEFDED;
	padding: 10px;
	margin: 0px;
	width: 100%;
	border-bottom: 1px solid #333333;
}

li {
	font-size: 12pt;
	margin-bottom: 3px;
}
container {
	width:600px;
}

.bookcover {
	width:300px;
	height:400px;
	border-bottom:5px solid black;
}
.bookdescr {
	border-bottom:5px solid black;
}

