body {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #c9c9c9;
	background: #152515;
	margin: 0;
}

a:link {
	color: #0eea20;
	background: #122212;
}

a:visited {
	color: #0eea20;
	background: #122212;
}

a:hover {
	color: #ffff00;
	background: #253525;
}

img {
	border: 0px;
}

pre {
	font-family: Inconsolata, monospace;
	font-size: 9pt;
	}

img.avatar {
	float: left;
	margin-right: 7px;
	}

img.button {
	color: #0eea20;
	background: #253025;
	border: 1px solid #00ea20;
}

div.block {
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 9pt;
    border: 1px solid #00ea20;
    padding: 15px;
	margin-right: 150px;
	margin-left: 150px;
	margin-top: 5px;
	margin-bottom: 25px;
    color: #cdcdcd;
    background: #102010;
	}

div.buttons {
	border: 0px;
    vertical-align: top;
	text-align: center;
}

span.title {
    font-weight: bold;
    color: #0eea20;
    background: #101010;
    border: 1px solid #00ea20;
    padding: 2px;
}

b {
	font-size: 9pt;
	font-weight: bold;
}

hr {
	border: none;
	color: #0eea20;
	background-color: #0eea20;
	height: 1px;
	width: 80%;
}

p.monospace {
	font-family: monospace;
	font-size: 9px;
}

p.indent {
	text-indent: 50px;
}

td.left {
	text-align: left;
	vertical-align: top;
	width: 50%;
	margin-right: 10px;
}

td.right {
	text-align: left;
	vertical-align: top;
	width: 50%;
}
