body {
	background-color: #e0e0e0;
color: #000000;
        }

#menu {
	position: fixed;
	top: 40px;
	left: 25px;
	}
	
#reflection {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 110px;
	background-color: white;
	background-color: rgba(255,255,255,0.8);
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
}
	
#logo {
	width: 200px;
	height: 28px;
	position: fixed;
	right: 25px;
	bottom: 40px;
	}
	
p, ul, ol, a {
	font-family: Georgia, Times, serif;
	font-size: 1em;
	line-height: 1.4em;
	color: black;
	}
	
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: normal;
	}
	
h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	}