@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
}

a:link {
	text-decoration: underline; color: #575757;
}
a:visited {
	text-decoration: underline; color: #575757;
}
a:hover {
	text-decoration: none; color: #575757;
}
a:active {
	text-decoration: underline; color: #575757;
}

.text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color:#575757;
}

.links
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#575757;
}
