body {
	color: #CCCCCC;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-attachment: fixed;
	background-image: url(../img/binary_bg_v3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}


p, q, blockquote {
	font-size: 10pt;
	font-weight: normal;
}

blockquote {
	margin-right: 3%;
	margin-left: 3%;
	font-style: italic;
	color: #999;
}

q {
	font-style: italic;
	color: #999;
}

q em {
	font-style: normal;
}

blockquote em {
	font-style: normal;
}

blockquote p {
	padding: 3px;
	margin: 0;
}

/* keeps gecko from adding quotes since they're already inserted manually */

q:before {
content: no-open-quote;
}
q:after {
content: no-close-quote;
}
blockquote:before {
content: no-open-quote;
}
blockquote:after {
content: no-close-quote;
}

small {
	font-size: 8pt;
}

li, ul, ol {
	font-size: 10pt;
}

td {
	font-size: 10pt;
}

table.standard {
	border-collapse: collapse;
	border: 1px solid #666666;
	padding: 0;
margin: 0;
}

table.standard th {
	font-weight: bold;
	padding: 5px;
margin: 0;
	border: 1px solid #666666;
}

table.standard td {
	font-weight: normal;
	padding: 5px;
margin: 0;
	border: 1px solid #666666;
}

table.standard tr {
margin: 0;
padding: 0;
border: 0;
}


A:link {
	color: #00ff00;
	text-decoration: none;
}

A:visited {
	color: #009900;
	text-decoration: none;
}

A:active {
	color: #ffffff;
	text-decoration: none;
}

A:hover {
	color: #ffffff;
	text-decoration: none;
	border-top: 1px solid #006600;
	border-right: 0px solid #006600;
	border-bottom: 1px solid #006600;
	border-left: 0px solid #006600;
}


.navlink {  
	color: #ffffff;
	font-size: 9pt;
	font-style: normal; 
	font-weight: bold;
}


.info {  
	font-size: 8pt;
	font-style: normal; 
	font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "OCR A Extended", Terminal, "Courier New", Courier, monospace ;
	font-weight: normal;
	color: #00cc00;
}

H1 {
	font-size: 35px;
	color: #009900;
	margin-top: 55px;
}


H2 {
	font-size: 24pt;
}

H3 {
	font-size: 16pt;
	margin-top: 30px;
}

H4 {
	font-size: 14pt;
}

H5 {
	font-size: 11pt;
}

H6 {
	font-size: 11pt;
	font-style: italic;
}




abbr, acronym {
	text-decoration: none;
}

.sans {
	font-family: Arial, Helvetica, sans-serif; 
}

.serif {
	font-family: Times New Roman, Times, serif; 
}


.mono {
	font-family: Courier New, Courier, monospace;
}

.trail {
	font-weight: bold;
	color: #cc0000;
}

.quote {
	text-align: left;
	border: 1px solid #333;
	background-color: #000;
	padding: 3px;
	font-size: 11px;
	color: #009900;
	margin-bottom: 0;
}

.quote q {
	font-size: 11px;
	color: #009900;
}

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 11px;

	border: 1px solid #333;
	background-color: #333;

	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

ul.navigation {
	margin-left: 0;
}

ul.navigation li {
	display: inline;
	font-size: 11px;
}

.sub-navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 11px;

	border: 1px solid #333;
	background-color: #000;

	margin-top: 0;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

img.author {
	float: right;
	clear: right;
	margin: 15px;
}

img.book-cover {
	float: right;
	clear: right;
	margin: 15px;
}


hr {
	color: #333333;
	background: transparent; 
	height: 1px;
}

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 50px;
}

.notice {
	font-weight: bold;
	color: #666666;
	background-color: #333333;
	padding: 5px;
}

.toplink {
	font-size: 9px;
	padding-top: 27px;
	padding-bottom: 27px;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}
