@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	color: #999;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /*for compliant browsers */
	}
html>body { font-size: small; } /* be nice to Opera */

/* Layout Rules



----------------------------------------------- */

a:link {
	color:#FFF;
	text-decoration: none;
}
a:visited { 
	color:#666
}

a:hover { 
	color:#CCC
}

a:active { 
	color#FFF
}



