@charset "utf-8";
/* CSS Document */
span.back {font-style: italic;}

p {font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0 0 4px 0;
	color: white;}
	
body {background: #111111;;
}
a {color:#00AAFF;
	text-decoration: none;
}
a:hover {color:#FFFFFF;
	text-decoration: underline;
}
