
body {
	font-family: 'Open Sans', 'Roboto', 'Arial', sans-serif;
	font-size: 1.3em;
	background-color: #151B20;
	color: #B3B5B7; /* soft gray */
/*	color: #8c9dba;*/
/*	font-size: 11pt;
	line-height: 16pt;*/
	padding-top: 0px;
	padding-left: 6px;
	margin-top: -6px;
}
div {
	padding-left: 6px;
	padding-top: 16px;
}
h1 {
	font-size: 2em;
	margin-bottom: 2px;
	color: #657180;
}
h2 {
	font-weight: bold;
/*	color: #007f00;*/
	margin: 0;
	font-size: 1em;
}
hr {
	border: none;
	border-bottom: 1px solid #657180;
	padding-top: 4px;
}
a {
	text-decoration: none;
	border-bottom: 1px solid;
	color: #5D8FBD;
/*	font-style: italic;*/
}
a:hover {
/*	background-color: #627689;*/
	color: #9BB9CA;
	border: none;
}
pre {
	font-family: 'Source Code Pro', 'Consolas', 'Courier New', fixed;
	font-size: 0.88em;
	line-height: 1.6em;
}
ul {
	margin-top: 4px;
}
li {
	font-size: 0.8em;
	line-height: 1.6em;
}
.friendlyshout {
	color: #c2e66c;
}
.importantshout {
	color: #cf5866;
}
.shout {
	color: #ce9159;
}
.strong {
	font-weight: bold;
}
