	a:link {text-decoration: none; color: #CC8500}
	a:visited {text-decoration: none; color: #CC8500}
	a:active {text-decoration: none; color: #CC8500}
	a:hover {text-decoration: underline; color: #AA0000}
	body, html {
		background-color: black;
		color: #007700;
	}
	table {
		width: 100%;
		height: 100%;
	}
	table, td {
		border-width: 1px;
		border-spacing: 0px;
		border-style: solid;
		border-color: #004400;
	}
	td {
		padding: 15px;
	}
	#contentDiv {
		display: block;
		background-color: #181818;
		height: calc(100vh - 120px);
		max-height: calc(100vh - 120px);
		width: calc(100vw - 280px);
		max-width: calc(100vw - 280px);
		overflow-y: auto;
		overflow-x: auto;
		font-family: "Lucida Console", "Menlo", "Monaco", "Courier", monospace;
	}
	#linksDiv {
		display: block;
		height: calc(100vh - 120px);
		max-height: calc(100vh - 120px);
		overflow-y: auto;
	}