@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
p {
	color: #666666;
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
	color:#3A8389;
}
h1 {font-size:1.3em;} 
h2 {font-size:1.1em;}
h3 {font-size:1em;}
h4 {font-size: 1em; color:#77BFC6;}
h5 {font-size: .8em; color:#77BFC6; font-style: italic}
h6 {font-size: .8em; color:#77BFC6;}

.political {
	color:#990000;
}

.literary {
	color:#339999;
	margin: 5px 5px 5px 100px;
}
.sidebar {
	position: absolute;
	left: 400px;
	top: 200px;
	padding: 5px;
	margin-right: 5px;
	background: #CCCCCC;
	z-index: 2;
}
.stuckbar {
	position: fixed;
	left: 400px;
	top: 270px;
	padding: 5px;
	margin-right: 5px;
	background: #CCCCCC;
	z-index: 2;
}

.rel_right {
	position: relative;
	left: 400px;
	top: 100px;
}
.stuck {
	position:fixed;
	color:red;
	font-size: 2em;
	background:yellow;
	left: 400px;
	top: 100px;
}

.author {
	color:#214A4E;
}
.book {font-style:italic; font-weight:bold;}

p#tj:first-line{
	font-style:italic;
}

p:first-letter {font-weight:bold; font-size: 150%;}

div > h3 {color:red;}

div.literary h3 {margin-left: -100px;}

.clearboth {
	clear: both;
}
