body {
	background-color: #a3a5aa;
    height: 100%;
    width: 100%;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: auto;
}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	text-decoration: none;
	color: #a3a5aa;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	text-decoration: none;
	color: #a3a5aa;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	text-decoration: none;
	color: #a3a5aa;
}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	text-decoration: none;
	color: #a3a5aa;
}
.paragraph {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #a3a5aa;
	line-height: 14px;
}

