h1 {
	font-size: 13pt;
	font-weight: normal;
	line-height: 24pt;
	margin: 0px;
	padding: 0px;
	color: #aaa;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #999;
}

.special_links {
	vertical-align: middle;
	float: right;
	text-align: right;
}

.special_links a { 
	line-height: 24pt;
	vertical-align: middle;
}

a.author, a.title {
        font-size:12pt;
	color: #565656;
}

a.keyword {
	color: #777;
	background: #ddd;
	padding: 2px 4px;
	font-size: 9pt;
	line-height: 18pt;
	text-shadow: #eee 0px 1px 0px;

	border-bottom: 1px solid #aaa;
	border-right: 1px solid #ccc;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.keyword:hover {
	color: #666;
	background: #ccc;
}

hr {
	border: 0px;
	border-top: 1px solid #ddd;
	margin: 5px 0px 15px;
	height: 0px;
	padding: 0px;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

