body {
	background-image: url(background.jpg);
	padding: 10px;
	margin: 10px;
	background-repeat: repeat;
	font-family: verdana, Arial, Sans-serif;
}

/*======HEADING Styles========*/

header {
	padding: 0;
	background: #000033;
	height: 400%;
	text-indent: 1em;
}

/*======Navigation Styles========*/
nav {
	width: 100%;
	background: #000033;
	overflow: auto;
}

 nav ul li {
	margin: 10px;
	list-style: none;
	display: inline-flex;
}
	
nav a {
	width: 100px;
	padding: 10px;
	text-decoration: none;
	font-family: Arial;
	color: #ffff99;
	text-align: left;
	
}

nav a:hover {
	background: green;
	transition: 0.5s;
	text-transform: uppercase;
}

.logo img {
	margin-left: 10px;
	float: right;
	}


p {
	text-indent: 2em;
}	

/*======FOOTER Styles========*/
footer {
	text-align: center;
	font-size: .80em;
}

/*======HEADINGS TAG Styles========*/
h1 {
	color: #ffff99;	
	text-align: center;
}

h1 h2 h3 {
		font-family: georgia, Times New Roman, serif;
	}