@charset "utf-8";
body {
	font-size: 62.5%;
	font-family: "Courier New", Courier, monospace;
	line-height: normal;
	color: #FFF;
}
a.nav:link {
	color: #FFF;
	text-decoration: none;
}
a.nav:visited {
	color: #FFF;
	text-decoration: none;
}
a.nav:hover {
	color: #09F;
	text-decoration: none;
}
.italic {
	font-style: italic;
}

