@charset "UTF-8";
/*

This is the 'NAM Know True Evil stylesheet. Modified from the original 'NAM stylesheet.

- Phoebus Apollo

*/

/* tag-level styles */

a:link {
	color: #f66;
	font-weight: bold;
}

a:visited {
	color: #f66;
	font-weight: bold;
}

a:active {
	color: #f66;
	font-weight: bold;
}

a:hover {
	color: #f66;
	font-weight: bold;
	text-decoration: none;
}

hr {
	background: #036;
	color: #036;
	height: 1px;
	border: 0px;
	clear: both;
}

.big {
	font-size: 18px;
}

small {
	font-size: 11px;
}

p {
	margin-top: 0px;
	margin-bottom: 1.5em;
	display: block;
}

dl, ol, ul {
	margin-top: -1em;
	display: block;
}

acronym, abbr, .abbr {
   border-bottom: 1px dotted #000;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	margin: 0px;
	display: inline;
}

/* presentation styles */

.formelem {
	font-size: 11px;
	font-family: times, verdana;
	color: #333;
	border-style: solid;
	border-width: 2px;
	border-color: #999;
}

.highlight {
	color: #aaa;
}

.hide {
	display: none;
}

/* structure-related styles */

body {
	margin: 0px;
	text-align: center;
	background-color: #000;
	font-family: tahoma;
	font-size: 13px;
	color: #eee;
}

.page_frame {
	width: 547px;
	text-align: justify;
}

.page_frame div img {
	margin: 0px 3px 0px 3px;
	border-style: solid;
	border-width: 2px;
	border-color: #024;
}

.page_frame div a {
	font-size: 18px;
}