body
{
	background-color: black;
	font-family: verdana, "trebuchet ms", sans-serif;
	font-size: 80%;
	color: #ccc;
	text-align: right;
	padding: 10px;
}

.content
{
	position: absolute;
	bottom: 100px;
	right: 20px;
}

a:link { color: white; }
a:hover { color: orange; }
a:active { color: orange; }
a:visited { color: white; }
a:visited:hover { color: orange; }
