@charset "UTF-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color:#000;
}


a {
	color: #39F;
}
a:link {
	color: #39F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #39F;
}
a:hover {
	text-decoration: none;
	color: #9FC;
}
a:active {
	text-decoration: none;
	color: #39F;
}

a.menu	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em; line-height:1.3em;
	color: #39F;
	text-decoration: none;
}

a.menu:active	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em; line-height:1.3em;
	color: #39F;
	text-decoration: none;
}

a.menu:visited	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em; line-height:1.3em;
	color: #39F;
	text-decoration: none;
}

a.menu:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em; line-height:1.3em;
	color: #9FC;
	text-decoration: none;
}
.copyright {
	font-size: 9px;
	color:#39F;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
