body {
	font-family: sans-serif;
	font-size: 10pt;
	width: 600px;
	margin: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	font-variant: small-caps;
}

a:link, a:visited {
	text-decoration: underline;
	color: #111;
}

a:hover {
	color: #888;
}

div.tasks {
	margin: 1em 0em;
	border: 1px dashed #eee;
	padding: 10px;
}

div.tasks a:link, div.tasks a:visited {
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #eee;
	color: #000;
	text-decoration: none;
}

div.tasks a:hover {
	border-color: #000;
	color: #888;
}

div.tasks a#current {
	font-weight: bold;
}

table {
	width: 100%;
	border: 1px dashed #000;
}

table tr.odd td {
	background-color: #fff;
	border-top: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
	margin: 1px;
}

table tr.odd:hover td {
	background-color: #bbb;
}

table tr.even td {
	background-color: #eee;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	margin: 1px;
}

table tr.even:hover td {
	background-color: #bbb;
}

form h3 {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #000;
	color: #fff;
}

input, select {
	border: 1px solid #000;
	background-color: #eee;
}

input.form_submit {
	font-weight: bold;
}

div.error {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #f00;
	color: #f00;
}

div.error h3 {
	margin: 0px;
	background-color: #f00;
	color: #fff;
}

div.item {
	margin: 1em;
	border: 1px dashed #bbb;
	padding: 0.1em;
}

div.item div.header {
	border: 1px solid #000;
	background-color: #ddd;
	padding: 0.2em;
}

div.item div.header h3 {
	margin: 0em;
}

div.item div.header p {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 0.8em;
}

div.item div.header p.ops {
	text-align: right;
}

div.item div.header p.ops a {
	text-decoration: underline;
}

div.item div.header p.ops a:hover {
	color: #aaa;
}

div.item div.header p.date, div.item div.header p.author {
}

p#copyright {
	border: 0px;
	color: #ccc;
	font-size: 8pt;
}

p#copyright a:link, p#copyright a:visited {
	color: #bbb;
	text-decoration: none;
}

p#copyright a:hover {
	color: #000;
	text-decoration: underline;
}
