body {
	margin: 0;
	padding: 0;
	font-family: trebuchet, georgia, serif;
	font-size: 76%;
	border-color: #000;
	border-top: 44px solid #303;
	color: #000;
	background-color: #9C9;
	background-image: url(corner.png);
	background-repeat: no-repeat;
	background-position: top right;
	}

#content {
	background-image: url(ringback.gif);
	background-repeat: no-repeat;
	background-position: top center;
	padding: .70em;
	margin: 6em 10em 2em 6em;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	}

.box {
	margin: 10px;
	padding: 5px;
	border: thin solid #fff;
	background-color: transparent;
	}

/*typography*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}

a:link {	}

a:visited {	}

a:active {	}

a:hover {
	text-decoration: underline;
	}

h1 {
	font-size: 2.2em;
	font-style: italic;
	margin: 0;
	text-indent: -1em;
	}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

img {
	border-width: 0;
	}
	
.center {
	margin-left: 25%;
	}

ol, ul, li {
	list-style: none;
	font-size: 1.0em;
	line-height: 1.8em;
	text-indent: -1em;
	/* margin-top: 0.2em;
	margin-bottom: 0.1em; */ 
	}

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
	
pre {
	font-family: monospace;
	font-size: 1.0em;
	}

ul#navlist
	{
	padding: 0;
	margin: 0;
	background-color: #303;
	color: white;
	position: absolute;
	top: .75em;
	left: .25em;
	font-size: 1.1em;
	}

ul#navlist li { display: inline; }

ul#navlist li#active a { background-color: #636; }

ul#navlist li a
	{
	padding: 0.2em 1em;
	background-color: #303;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
	}

ul#navlist li a:hover
	{
	background-color: #636;
	color: #fff;
	}