BODY {
	background-color: #ddd;
	color: black;
	margin: 0;
	padding: 25px;
	}

BODY, PRE {
	font-family: "courier new", monospace;
	}

A:link {
	background-color: transparent;
	color: #107c10;
	}

A:hover {
	background-color: black;
	color: #ddd;
	}

A:active {
	color: #107c10;
	}

A:visited {
	color: #c1601e;
	}

HR {
	display: none;
	}

LI:first-child {
	border-bottom: dashed 1px #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 300px;
	}

PRE {
	line-height: 1.4;
	}

