body {
	background-image: url();
	background-repeat: no-repeat;
	background: center;
	border-bottom: 2;
	border-left-color: #FF6600;
	border-right-color: #FF9900;
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #F28E02;
	font-style: italic;
}
a:active {
	text-decoration: none;
}

