body {
	background-color: #404042;
	text-align: center;
	padding-top: 15px;
}

applet {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

p {
	font-family: "Courier New", Courier, mono;
	color: #e78918;
}

p a {
	color: #56ae24;
	font-weight: bold;
	text-decoration: none;
}

p a:hover {
	border-bottom: 4px double #56ae24;
}