body {
	background: #F8EFED; /*to change, look up color codes on Kuler or photoshop*/
	font-family: Times, Times New Roman, serif;
	width: 100%;
	margin: 0 auto;
}
/*heading style*/
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #F28067; 
	text-align: center; 
	font-size: 32px; 
	font-weight: bold;
}

img {
	width:600px; 
    display: block;
    margin-left: auto;
    margin-right: auto;
    border:2px solid #C848A3;
    
}
/*paragraph style*/
p {	
	font-size: 60px;
	text-align: justify; /*may change this to left, right or center*/
	width: 800px; /*changes width of paragraphs*/
	color:#F28067; /*change this to the hexidecimal number for the paragraph text color you prefer*/
	padding: 3px 300px;
}
/*unvisited link style*/
a {
	color: #F0421B;
}
/*hovered over link style*/
a:hover {
	color: #5DA6A8; 
}
/*visited link style*/
a:visited {
	color: #E48570; 
}
/*list item style*/
li {
	font-size: 25px;
	font-style:italic; 
	color: #FF0078;
	}