@charset "utf-8";
/* CSS Document */

/*box width*/
div#box {
	width: 500px;
}
/*header style*/
div#header {
	font-family: Verdana, Geneva, serif;
	color: purple;
}
#header a{
	text-decoration: none;
	color: purple;
}
#header ul {
	list-style-type: none;
	margin-left: -30px;
}

/*main style*/
div#main {
	font-family: Georgia, Palatino, sans-serif;
	color: grey;
}

#main figure {
	margin-left: 0px;
}

/*footer style*/
div#footer {
	padding: 7px;
	color: white;
	background-color: purple;
	width: 425px;
	text-align: center;
	border-radius: 15px;
}

#footer a {
	text-decoration: none;
	color: white;
}