body{
	margin: 10%;
	background-color: #d1d1d1;
	font-family: merriweather, "times new roman", serif;
	color: #000;
}
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: #951519;
}
a:visited {
	text-decoration: line-through;
	color: rgb(149, 21, 25);
}
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;
}
