 body {
  background-color: #59484F;
  text-align: center;
 }
 p {
	text-align; center;
}
h3 {
	color: #B2E3E8;
	font-family: Verdana; 
	text-align: center;
	font-size: 25px;
}
h1 {
	color: #CC5543;
	font-family: Comic Sans MS;
	text-align; center;
	font-size: 30px;
}
table {
	color: #4A572C;
	font-family: Impact;
	font-size: 20px;
}
a {
	text-decoration: none;
	color: #E3CCA1;
	font-size: 18px;
	font-family: Tahoma;
	text-align; center;
}
img {
	height: 550px;
	width: 300px;
}
span img {
	height:550px;
	width: 700px;
}
.friends {
	color: #CCB8D1;
	border: 3px;
	text-align: center;
}
.oct4 {
	color: #E3D1E2;
}ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    display: block;
    width: 60px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
a:link, a:visited {
    display: block;
    width: 120px;
    font-weight: bold;
    color: #B2E3E8;
    background-color: white;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}
a:hover, a:active {
    background-color: White;
    color: #B2E3E8;
}