body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
}
.content {
	margin: 0em;
	
	/* 
	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. 
	*/
	}
	
/*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:underline;
	color:Black;
	}
a:link 
{
	text-decoration:underline;
	
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: #6699cc;
	}
h1 {
	font-size: 1.7em;
	color: #6699cc;
	border-top: 1px solid #eeeeee;
	margin-top: 0em;
	margin-bottom: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight:normal;
	text-transform: capitalize;
	}
h2 {
	font-size: 1.5em;
	color:#666666;
	margin: 0.5em 0em .5em 0em;
	font-weight: normal;
	line-height: 1.3em;
	}
h3 {
	font-size: 1.2em;
	margin: .5em 0em;
	color:#6699cc;
	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: 0;
	display:inline;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0.5em 0em 0.5em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
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;
	}
	
	