html {
	background-color: #3b7a71;
	background-color: #46837b;
}

body {
	background-color: #3b7a71;
	background-color: #46837b;
	font-size: 20px;
	color:#b3d7d2;
	color:#274944;
	color:#000;
	line-height: 1.25;
	font-family: 'Raleway', sans-serif;
	font-weight: 400; // Corresponds to the Bold 400 style
}

#container {
	max-width: 600px;
	margin: 0 auto;
}

#logo {
	width:75%;
	//margin:0 auto;
}

a {
	color:#b3d7d2;
	text-decoration:none;
}

a:hover {
	color:#fff;
	text-decoration:underline;
}

ul {
	margin-left:0;
	padding-left:20px;
}
ul li {
	list-style-position: inside;
	list-style-position: outside;
}