﻿body {
	height: 100%;
	background-color: #202018;
	color: #fffff0;
	margin: 0px 50px 50px 50px;
	border: 0;
}

body, td, pre {
	font-size: 10px;
	font-family: Monaco, Terminal, Courier, monospace;
	line-height: 12px;
	color: #fffff0;
}

a, a:visited {
	color: #fffff0;
	text-decoration: none;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

.page {
	width: 702px;
	padding-top: 25px;
}