body {
    background: #000;
}

a:link {
	color: #fff;
	text-decoration: none;
	font-family: "Courier New", "Nimbus Mono L", monospace;
	font-size: 16px;
}

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

a:hover {
	color: #ffaa00;
	text-decoration: underline;
}

a:active {
 	color: #fff;
}

img {
	border: 2px ridge green;
	}