@import url('https://fonts.googleapis.com/css?family=Lora');

body {background-color: #d8d8d8; color: #000000; font-family: Tahoma, Trebuchet MS, sans-serif;}

#wrapper {width: 80%; margin-right: auto; margin-left: auto;}

header{text-align: center;}

header h1{background-color: #000040; }

.RedText {color: #F62222}

nav {text-align: center; font-weight: bold;}

h1, h2, h3 {	background-color: #000066;
		color: #ffffff;
		font-family: 'Lora', serif; }

h1 {	font-size: 40px;
	text-transform: uppercase;
	text-align: center; }

h2 {	font-size: 34px;
	text-transform: capitalize; }

h3 {	font-size: 28px;
	text-transform: capitalize; }

p {	font-size: 16px;
	font-family: 'Arial', sans-serif;
	margin: 0px 0px 0px 20px;
	line-height: 1.2; }

li {	margin: 0px 0px 10px 0px; }

nav p {	font-weight: bold;
	font-size: 20px;
	text-align:center; }

li.RedText {color: FFFF00; }

footer {background-color: #000040; font-size: .60em; font-style: italic; text-align: center; color: #ffffff;}

background-color: #ffffff;