/*
print stylesheet for Neptune
.
Copyright (C) 2005 Ben de Groot
Distributed under the terms of the GNU General Public License v2
.
*/

html, body {
	background: #ffffff;
	color: #000000;
	margin: 0;
	padding: 0;
}
body {
	font: 1em/150% 'bitstream vera serif', hoefler, georgia, serif;
}

#middle {
	margin: 1cm;
}

#nav, .nav, object.support, .comno {
	display: none;
}

#footer {
	margin: 1cm;
	border-top: .05cm solid #999999;
	font-size: 80%;
	line-height: 1.5em;
}

.posted {
	border: .05cm solid #999999;
	padding: .4cm .7cm;
	font-size: 80%;
	line-height: 1.5em;
}

a:link {
	color: #003399;
	font-weight: normal;
	text-decoration: none;
}
a[href] {
	content: " [" attr(href) "]";
}

h1 a {
	text-decoration: none;
}

blockquote {
	margin-left: 2.5em;
}

