/* CSS Document */

a:link {
	color: #DD983D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DD983D;
}
a:hover {
	text-decoration: none;
	color: #DD983D;
}
a:active {
	text-decoration: none;
	color: #DD983D;
}

body {
	background-color: #000000;
	border:#FFFFFF;
	
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #DD983D;
	text-decoration: none;
	margin-left: 20px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #DD983D;
	text-decoration: none;
}

