html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	background: #fefefe;
}

nav {
	display: block;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	background: #000;
	width: 100%;
	position: fixed;
	opacity: 0.9;
}

nav a {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	color: #fff;
	padding: 12px;
	outline: 0;
}

nav a {
	margin-left: 10px;
}

nav a:nth-child(1) {
	margin-left: 15px;
	margin-right: 50px;
}

nav a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #e8e8e8;
}

div#community {
	display: none;
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 16px;
	border: 1px solid #000;
	background: #fff;
	max-width: 70px;
	margin-left: 185px;
	margin-top: 42px;
	position: fixed;
	z-index: 1;
}

div#community a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
	background: #fafafa;
	color: #024;
	padding: 8px;
}

div#community a:hover {
	background: #ebebeb;
}

section.intro {
	display: block;
	text-align: center;
	background-image: url("wp.jpg");
	color: #fff;
	height: 240px;
	padding: 50px;
}

section.intro h1 {
	margin-top: 35px;
}

section.page {
	display: block;
	padding: 30px;
}

div.box {
	border: 3px solid #4e7f99;
	background: #c4eeff;
	color: #444;
	border-radius: 7px;
	width: 320px;
	height: 100px;
	padding: 10px;
}

div.error {
	border-color: #995c5c;
	background: #ffc4c4;
}

div.correct {
	border-color: #68966b;
	background: #bfffc3;
}

div.box h3 {
	margin: 0;
}

a {
	text-decoration: none;
	color: #08b;
}

a:hover {
	text-decoration: underline;
}

input[type="button"] {
	font-size: 14px;
	font-weight: 200;
	border: none;
	border-radius: 4px;
	background: #3d88ba;
	color: #fff;
	padding: 7px;
}

input[type="button"]:hover {
	background: #4b94c4;
	cursor: pointer;
}

input[type="button"]:active {
	background: #3d88ba;
}

input[type="text"] {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	font-weight: 200;
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
	outline: 0;
}

input[type="text"]:focus {
	border-color: #08d;
}
