body {
	margin: 0 auto;
	background: #333333;
	Text-align: center;
	font-family: Verdana;
	color: #f7f7f7; 
	border-bottom: 5px solid #c1272d;
	}
header {
	width: 100%;
	background: #f7f7f7;
	margin: 0 auto;
	padding: 0;
	margin-top: 0px;
	border-bottom: 5px solid #c1272d;
	height: 250px;
	}
h1 {
	color: #ffffff; 
	font-size: 2em; 
	font-weight: 600; 
	line-height: 3em;
	padding: 0 20px;
	}
h2 {
	color: #f7f7f7;
	font-size: 1.2em; 
	font-weight: 600; 
	line-height: 2em;
	padding: 0 20px;
	}
h3 {
	color: #f7f7f7;
	font-size: 1.1em; 
	font-weight: 600; 
	line-height: 1.4em;
	padding: 0 20px;
	}
p {
	font-family: Verdana;
	font-size: 1em;
	line-height: 1.2em;
	padding: 10px 20px;
}
strong {
	font-weight: 600;
	}
nav {
	width: 100%;
	background: #c1272d;
	top: 0;
	left: 0;
	}
nav ul {
	text-align: center;
	color: #f7f7f7;
	margin: 0 auto;
	}
nav ul li {
	display: inline-block;
	padding: 1em 2em;
	border-top:	5px solid #c1272d;
	color: #f7f7f7;
	transition: 1s;
	}
nav ul li:hover {
	padding: 1em 3em;
	border-top: 5px solid #555;
	border-left: 2px solid #555;
	border-right: 2px solid #555;
	color: #555;
	background: linear-gradient(to top, #f7f7f7 15%, #ccc 100%);
	transition: ease 0.5s;
	}
article {
	background: #444444;
	width: 95%;
	max-width: 1000px; 
	margin: 2em auto;
	border: 5px double #333333;
	box-shadow: 0 0 40px #222222;
	text-align: left;
	}
article ul{
	margin-left: 2em;
}
article ul li {
	list-style-type: square;
	font-family: Verdana;
	font-size: 1em;
	line-height: 1.2em;
}
article ul a {
	color: #fff;
	text-decoration: none;
	transition: ease 1s;
}
article ul a:hover {
	color: #c1272d;
}
footer {
	color: #555555;
	}
footer p {
	line-height: 1.4em;
	font-size: 0.8em;
	}
footer p a {
	color: #555555;
	text-decoration: none;
	transition:  ease 2s;
}
footer p a:hover {
	color: #ccc;
	text-decoration: underline;
}