/* CSS document from www.pluk-in.com */
/* Do not steal or borrow */
/* Copyright Pluk */
body
{
	color: white;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	font-family: geneva, helvetica, sans-serif;
	background-color: #999999;
}

.toptitle
{
	color: white;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	background-color: transparent;
}

.toplinks
{
	color: white;
	font-size: 0.8em;
	font-weight: normal;
	font-family: Arial, Helvetica, Geneva, Verdana, "Trebuchet MS", sans-serif;
	text-decoration: none;
	background-color: transparent;
}

.screen
{
	background-color: #1a1a1a;
}

/* ************************************************* */
a:link
{
	color: white;
	text-decoration: none;
}

a:visited
{
	color: white;
	text-decoration: none;
}

a:hover
{
	color: white;
	text-decoration: none;
	background-color: #8bacd5;
}

/* ************************************************* */
