body {
	background-color: #5B0824;
	color: white;
}

#header{
	background-image: url(http://www.pixoto.com/images-photography/abstract/patterns/jingle-dress-60138096.jpg);
	color: white;
	height: 150px;
	border: 7px;
	border-style: outset;
	border-color: #FFFFFF;
	margin:40px;
}

h1{
	margin: 0;
	color: white;
	font-size:90px;
	text-align: center;
}

h2{
	font-size:75px;
	font-family:arial;
}

#menu{
	left: 100px;
	top: 0px;
	color: #001DF6;
	border: #001EFF;
}

#menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	display: inline-block;
}

#menu a{
	float: left;
	width: 200px;
	text-decoration: none;
	color: #FBFCFF;
	background-color: #5B0824;
	padding: 0.2em 0.6em;
	border-right: 1px solid white;
	font-weight: bold;
	font-family:arial;
}

#menu a:hover {
	background-color: #00BFFF;
}

#menu p{
	margin-top:0;
}

#menu li{
	display: inline;
}

.centered{
	text-align: center;
}

a { color:yellow;}
p{
	color:white;
	Margin-left: 40px;
}
