/* CSS Document */
body {
	background-color: #181818;
	margin-left: 0px;
	margin-top: 0px;
}

h1 {
	text-align: left;
	font-family: font-family: "Times New Roman", Times, serif;
	font-size:100%;
	color:#C7AB84;
	line-height:15px;
}
p {
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	line-height:15px;
}

a {
	color: #999999;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color:#FFFFFF; text-decoration: underline;
}
a:active {
	text-decoration: none;
}