body{
	margin: 10%;
	background-color: #d1d1d1;
	font-family: arial, "times new roman", serif;
	color: #000;
}

header img.display {
  display: block;
    margin-left: auto;
    margin-right: auto;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

nav li {
  float: left;
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav li a:hover:not(.active) {
  background-color: #111;
}

nav .active {
  background-color: #951915;
}


h2{
	color: #951519;
	font-family: "futura pt", roboto, sans-serif;
}
h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 7vw;
	color: #951519;
	font-family: "futura pt", roboto, sans-serif;
}
a:link {
  text-decoration: none;
  color: #fff;
}
a:visited {
	text-decoration: line-through;
	color: #fff;
}
a:hover {
	color: black;
}
a:active {
	color: #d1d1d1;
}
div ul{
	list-style: square;
}
header, footer {
  color: #000;
    content: "";
  clear: both;
  display: table;
  width: 100%;
}

.xp{
	width: 50%;
	float: left;
	text-align: left;
}
.right{
	width: 50%;
	float: right;
	text-align: right;

}
#right{
	text-align: right;
}
