
div {
    width: 75%;
	margin: 0 auto;
}

body {
	background: #8599A6; 
	font-family: serif; 
}

h1 {
	font-family: "serif";
	color: #FFFFFF; 
	text-align: center; 
	font-size: 32px; 
	font-weight: bold;
}

img {
	height:350px; 
    display: block;
    margin: auto;
    border:5px solid #FFFFFF; 
}


p {	
	font-size: 16px;
	text-align: center; /*may change this to left, right or center*/
/*	width: 600px; changes width of paragraphs*/
	color: #FFFFFF; /*change this to the hexidecimal number for the paragraph text color you prefer*/
   

}
/*unvisited link style*/
a {
	color: #022601;
    text-align: center;
}
/*hovered over link style*/
a:hover {
	color: #5DA6A8; 
}
/*visited link style*/
a:visited {
	color: #485936; 
}
/*list styles*/
ul {
   display: block;
    margin:auto; 
    text-align: center;
}
li {
	font-size: 16px;
	font-style:italic; 
	color: #485936;
	}