@charset "UTF-8";

@font-face {
	font-family: "Mistral";
	src: url("font-faces/Mistral/Mistr.otf");
}

body {
	color: #FFF;
	background-color: #000;
}

#tfNav {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	font-size:13px;
	letter-spacing:0.6em;
	word-spacing:20px;
}
#tfNav a:link {
	text-decoration:none;
	color:#fff;
}
#tfNav a:hover {
	text-decoration:underline;
	color:#fff;
}
#tfNav a:visited {
	text-decoration:none;
	color:#fff;
}
#tfNav a:visited:hover {
	text-decoration:underline;
	color:#fff;
}

a:link {
	color:#fff;
}
a:hover {
	text-decoration:none;
	color:#fff;
}
a:visited {
	color:#fff;
}

hr {
	border: solid 1px #fff;
}