.body {
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial;
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
/*	color: #FF9900; */
/*	color: #FFD700; */
}

.container {
	background-color: #000000;
	width: 1000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial;
	font-size: 14px;
	font-weight: 900;
	color: #FFFFFF;
/*	color: #FF9900; */
/*	color: #FFD700; */
}

a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
/*	color: #FFD700; */
	text-decoration: underline;
}
.h1 {
	font-size: 18px;
	font-weight: 900;
	color: #FFFFFF;
/*	color: #FFD700; */
}
