
BODY
{
	background: black;
	color: white;
}

A:hover
{
	color: yellow;
	text-decoration: underline;
}

A
{
	color: yellow;
	text-decoration: none;
}

DIV
{
	margin-left: 40px;
}

PRE
{
  font-weight: bold;
  border: solid 1px white;
  padding: 1em;
}