@charset "UTF-8";

body {
	font-family:"Times New Roman", Times, serif;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.nav a:link, a:visited {
	color:#92847F;
	font-weight:bold;
	text-decoration:none;
}

.nav a:hover {
	text-decoration:underline;
}
