body {
	background-color: #BDA0CB;
}
h1 {
	color: #72587F;
}
h3 {
	color: #4F2F4F;
}
p {
	color: #754C78;
}
ul {
	color: #EED2EE;
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
li {
	float: left;
	text-decoration: none;
}
a {
	text-decoration: none;
	display: block;
    width: 60px;
}
a:link, a:visited {
    width: 120px;
    font-weight: bold;
    color: #FFE1FF;
    background-color: #5C246E;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: lowercase;
}
a:hover, a:active {
    background-color: #FFE1FF;
    color: #5C246E;
}
img {
	height: 500px;
	width: 500px;
}