/* Basics of background and text */

body,pre,td {
	background: #FFF;
	color: #000; }
body,pre,p,td,h1,h2,h3,dl,ol,ul,div {
	font-family: verdana, sans-serif; }

pre,p,td { 
	font-size: 10pt; 
	background: #fff;
	color: #000; }

/* Basic link properties */

a:link { 
	font-family: arial, sans-serif; 
	font-size: 10pt; 
	background: #fff;
	color: #000; }
a:visited { 
	font-family: arial, sans-serif; 
	font-size: 10pt; 
	background: #fff;
	color: #063; }
a:active { 
	font-family: arial, sans-serif; 
	font-size: 10pt; 
	background: #fff;
	color: #999; }
a:hover { 
	background: #cf3;
	border-width: 0pt;
	color: #000;
	text-decoration: none; }

/* Large quotes of text: quotations */

blockquote {
	background: #9c6;
	font-family: Tahoma,Verdana,Arial,sans-serif; 
	font-size: 11px;
	color: #000;
	border-style: dotted;
	border-color: #036;
	border-width: 1px;
	margin-top: 3px;
	padding: 14px; }

div.norm {
	background: #fff;
}

/* Body margins */

body { 
	font-size: 10pt; 
	margin: 7px 14px 7px 14px; }

/* Secondary header style */

dt {
	font-size: 8pt;
	font-family: verdana, sans-serif;
	font-weight: bold;
	padding: 3px 8px 3px 14px; 
	margin: 0ex 14px 0ex 14px;
	background: #9c9;
	text-align: left; 
	color: #336;  }

/* Time of last update of page, top right */

p.time { 
	text-align: right;
	margin: 0em;
	padding: 0em;
	font-family: verdana, sans-serif;
	font-size: 8pt; }

/* Setup for e-mail box in contact.html */

td.in { width: 130px;
	padding-right: 10px }

/* Titles of stories in Harbinger issues */

dt.title { 
	font-family: arial, sans-serif;
	padding: 3px 8px 3px 14px; 
	margin: 1ex 0px 0ex 0px;
	font-size: 10pt; 
	text-align: left;
	color: #000;
	background: transparent; }

/* Lowers content after a multiple columned section */

#low { padding-top: 140px; }

