@charset "utf-8";

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

body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

h2 {
	color: white;
	background-color: orange;
	padding: 0px 5px;
}

p,ol {
	margin: 15px 25px;
	text-align: justify;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.menu {
	width: 95%;
	padding: 10px 5px;
	background-color:#CCCCCC;
	margin: auto;
	border-radius: 5px;
}

.menuitem {
	width: auto;
	background-color: navy;
	color: white;
	padding: 3px 10px;
	margin: 15px 5px;
	display: inline;
	border-radius: 5px;
}

.needswork {
	color: blueviolet;
}

.output {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	padding: 10px;
}

.page {
	width:600px;
	padding: 10px;
}

.todo {
	color: red;
}
