@charset "utf-8";
/* CSS Document */

body {font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace"; font-size: 13pt;}

header, nav, section, article, footer {
	border: 2px thick solid #8A4E4F;
	margin: 5px;
	padding: 8px;
}

nav {background: #459751;}
nav ul {list-style-type: none; margin: 0; padding: 0;}
nav ul li {display: inline; margin: 5px;}
nav a:link {text-decoration: none;}
nav a:visited {text-decoration: none;}
nav a:hover {text-decoration: underline; background: #5A0103; font-weight: bold;}