html {
	margin: 0 auto;
	max-width: 728px; /* 45em */
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6055;
}

body {
	color: #4a4a4a;
	background-color: #ffffff;
	margin-bottom: 64px;
}

p + p {
	margin-top: 19.9844px;
}
a {
	text-decoration: none;
}

a:hover {
	transition: all 0.25s ease-in-out;

}

#logo {
	margin-top: 20px;
	text-align: center;
}

#menu {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#menu a:link, #menu a:visited {
	color: #813338;
}

#menu a:hover {
	color: #c46c71;
	border-bottom: 1px solid #c46c71;
}

#main a:link, #main a:visited {
	color: #2e2c9b;
	border-bottom: 1px solid #2e2c9b;
}

#main a:hover {
	color: #706deb;
	border-bottom: 1px solid #706deb;
}
