html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Courier New, monospace;
	margin: 0px;
	font-size: 14px;
	background-color: black;
	color: white;
}

a {
	color: yellow;
}

a.hover {
	color: yellow;
}

a.visited {
	color: yellow;
}

.sidebar {
	height: 100%;
	width: 112px;
	text-align: center;
	float: left;
}

.main {
	position: absolute;
	left: 126px;
	top: 0px;
	margin-top: 16px;
	margin-right: 14px;
	text-overflow: scroll-vertical;
}

.arrow {
	position: absolute;
	left: 0px;
}

.title {
	padding-bottom: 14px;
}

.download {
	padding-bottom: 14px;
}
