html {
	color:black;
	background-color:white;
}
html,body {
	margin:0;
	padding:0;
	font-family: tahoma,verdana,bitstream vera sans,sans-serif;
}
body {
	font-size:80%;
}
a:link,a:visited,a:active,a:focus,a:hover {
	color:black;
	text-decoration:none;
}
h1 {
	margin:0;
	padding:0;
	padding-top:12px;
	color:black;
	font-weight:bold;
	font-size:175%;
}
h1 a,h1 a:link,h1 a:visited,h1 a:active,h1 a:focus,h1 a:hover {
	color:black;
	text-decoration:none;
}
h1.subtitle {
	color:#ff6600;
	padding-top:0;
	text-align:right;
	font-family:Helvetica,sans-serif;
	font-weight:bold;
	font-size:125%;
}
img {
	border:0;
	page-break-inside:avoid;
}
.content img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:1.5em;
	margin-bottom:1.5em;
	page-break-inside:avoid;
}
.center {
	text-align:center;
}
.container {
	width:100%;
}
.header {
	max-width:40em;
}
.content {
	max-width:40em;
}
p,h2,table {
	margin:0;
	padding:0;
}
.content table {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
	border:1px solid #777777;
}
.content table caption {
	padding-bottom:0;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-size:10px;
	color:black;
}
th,td {
	font-size:85%;
	padding:.25em;
}
th {
	color:white;
	background-color:black;
}
p {
	margin-bottom:.75em;
}
h2 {
	padding-top:.5em;
	font-family:Helvetica,sans-serif;
	font-weight:bold;
	font-size:135%;
	page-break-after:avoid;
}
blockquote {
	font-family:Georgia,serif;
}
pre,code,samp,kbd {
	font-family:monaco,"andale mono",courier,"courier new",monospace;
	font-size:8pt;
}
abbr,acronym {
	text-decoration:none;
	border:none;
}
.content p a:after {
	content: " [" attr(href) "]";
}
acronym:after {
	content: " (" attr(title) ")";
}
abbr:after {
	content: " (" attr(title) ")";
}
.entry {
	text-align:right;
	color:#777777;
	padding-bottom:.25em;
	border-bottom:1px dotted;
}
.entry .time {
	font-size:10px;
	color:#777777;
}
.entry a,.entry a:visited {
	font-size:10px;
	color:#777777;
}
.related,.feedback,.sidebar,.similar {
	display:none;
}
.fnord {
	display:none;
}
.footer {
	font-size:8pt;
	color:#777777;
	text-align:center;
	padding:4px;
	margin-top:4em;
}
.footer a {
	color:#777777;
}

