/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	line-height: 1.8em;
	color: #ffffff;
	font-weight: normal;
	font-size: x-small;
}

a:link { text-decoration:none; color:#fff; }
a:visited { text-decoration:none; color:#000; }
a:hover { text-decoration:none; color:#000; }
a:active {
	text-decoration:none;
	color:#E8E8E8;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
}
