/* This next part is the css supplied by Owen Briggs for general text sizes */

body  { color: #000; font-size: 76%; font-family: arial, helvetica, geneva, sans-serif; background-repeat: repeat-y; background-position: 0 0; margin: 0; padding: 0 }
#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
		
/*typography*/
a {
	text-decoration: none;
	color: #000066;
	}
th {
text-decoration: underline; }
a:link   {
	color: #000033}
a:visited   {
	color: #660000;
	}
	

a:active  {
	background-color: #fff8dc }
a:hover  {
	text-decoration: underline;
	background-color: #dcdcdc }
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
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;
	}
.likeh3 { font-size: 1.4em; font-weight: normal; margin: 1.2em 0 }
h4    {
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	margin: 0 0em 0.5em;
	border-bottom: 1px solid red }
h5  {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0em }
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
	li {
margin-left: -1.7em; }

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
color: black; }
.forum {
font-family: Times, "Times New Roman", serif;
font-size: 1.2em;
font-weight: bold;
text-align: center;
margin-top: -.1em;
margin-bottom: -1em;
overflow: hidden; }
.ask {
text-align: center;
font-family: arial, helvetica, geneva, sans-serif;
font-size: 1.2em;
color: #CC3300;
text-decoration: underline;
margin-top: -2.5em;
margin-bottom: -3.5em;
overflow: hidden; }
.listing {
color: #003300;
font-size: .8em;
overflow: hidden; 
}
.listinglink a:link {
color: #000033;
text-decoration: underline;
overflow: hidden; }
.listinglink a:visited {
color: #CC0000;
text-decoration: underline; }

.listingsm {
font-size: .9em; }
color: #000000;
p.yellowbg {
background-color: #faf19f;
font-size: .8em; }
.qa {
font-family: Times, "Times New Roman", serif;
font-weight: bold; }
.rentalform {
font-size: 1.1em;
color: #000000;
text-decoration: underline; }
.rentalformsm {
font-size: .9em;
color: #000000;
text-decoration: underline; }
.rentalformsmnul {
font-size: .9em;
color: #000000;
}
.debt {
font-size: .9em;
text-decoration: underline;
color: #CC3300; }
.tablegreentd {
background-color: #faf19f; }
.tablegreen {
border: .4em #3F801F solid;
margin-left: +1em; }
.tablegreensm {
border: .2em #3F801F solid;
margin-left: +1em; }
/* The Owen Briggs css ends here */
.thread {
font-size: 1.1em; }
.topten {
font-size: 1.05em;
color: black; }
.norm {
font-size: .95em; 
color: #000099; }
.normsm {
font-size: .9em; }
.normsmr {
font-size: .9em; }
.normsmxr {
font-size: .85em; }
.books {
margin-left: +1em; }
.redsm {
color: red;
font-size: .8em; }
.redbody {
color: red;
font-size: 1em; }
.admin {
margin-left: 10em; }
.blacksm {
color: black;
font-size: .8em; }

