
h4{
	text-align: center;
	color: chartreuse;
	font-family: Harlow Solid Italic;
}

div img{
	width: 400px;
	height: 400px;
}
h3{
		font-family: Arial;
}


h1{
	font-family: Giddyup Std;
	text-align: center;
	
}

h{
	font-family: Arial;
	float: center;
}

h2{
	font-family: Lucida Calligraphy;
}



p{
	font-family: Lucida Calligraphy
}

body{
	background-color: purple;
	font-family: Arial;
	

}

h9{
	text-align: center
	
}

h5{
	text-align: right
	
}
a{
	text-decoration: none;
	color: white;
}

#container{
	backgroung-color: White;
	width: fit;
	height: fit;
	margin-left: auto;
	margin-right:auto;
}

#content{
	background-color:white;
	color: Black;
	padding: 0px;
}
#nav{
	background-color: purple;
	color: White;
	width: 400px;
	float: left;

	
}

#nav .selected{
	weight: bold;
}

#nav ul{
	list-style-type: none;
	padding: 0;
}

#main{
	background-color: purple;
	color: chartreuse;
	width: 800px;
	float: right;
	border-style: groove;
}

#footer{
	background-color:purple;
	color: white;
	clear: both;
	padding: 0px;
	text-align: center;
}

#header {
	background-color: purple;
	color: chartreuse;
	text-align: center;
	padding: 0px;
	border-style: double;
}