body {
	background: rgb(30,30,30);
}

a, a:link, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#nav {
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	text-align: left;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 1.5em;
	width: 571px;
	max-width: 571px;
}

#nav a {
	background: rgb(222,241,243);
	color: #009;
	border-right: 1px solid #ccc;
	padding: 0 0.8em;
}

#nav a.current {
	background: rgb(241,241,241);
}

#nav a.first {
	border-left: 1px solid #ccc;
}

#summary {
	position: absolute;
	top: 6px;
	right: 2px;
	padding: 0 5px;
	width: 171px;
	font-family: Verdana;
	font-size: 11px;
	max-height: 425px;
	overflow: auto;
}

*>#summary {
	width: 169px;
	padding: 0 4px;
}

*>#summary {
	position: absolute;
	right: 0px;
}

.standout {
	color: rgb(180,0,0);
}

.standout2 {
	color: rgb(0,150,0);
	font-weight: bold;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
}

body#article {
	background: white;
	width: 500px;
	margin: 1em;
	border-right: 4px solid black;
	padding-right: 3em;
}

.talk {
	color: rgb(180,0,0);
}

a.talk {
	color: blue;
	text-decoration: underline;
}
