 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;
	text-align: center;
}
img {
	height: 500px;
	width: 500px;
}
#fancy {
	color: #B2E3E8;
}
#index {
	color: #F5B3B4;
	font-size: 18px;
}
#oct3 {
	color: #E87F60;
	font-family: Tahoma;
}
.oct6 {
	color: #47322D;
	font-family: Arial;
	font-size: 15px;
}
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;
}