body {
	background-position: center top;
	background-repeat: no-repeat;
	background-color: black;
	background-attachment: fixed;
}

a {
	text-decoration: none;
	color: Maroon;
}

a:hover {
	color: #FFA500;
}

.links {
	background-color: #FFF5EE;
	text-align: center;
	border-color: Maroon;
	border: 1px;
	border-style: solid;
	font-size: smaller;
	height: 20px;
	width: 75px;
}

.wrapper {
	width: 950px;
}

.banner1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #0033FF;
	width: 800px;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

