
/*simple styles for simple browsers. primarily nn4. make darn sure everything in here is overridden in the real css*/

body, h1, h2, h3, h4, h5, h6,ol, ul, li, p  {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif
	}

body   {
	background-color: #fff;
	margin: 0;
	padding: 0
	}
#wrapper     {
	margin-top: 1.5em;
	margin-right: 12%;
	margin-left: 12%;
	width: 76%;
	height: auto
	}





/*the following classes are to demonstrate better line heights for narrow columns*/	

.narrow1{
	width: 50%;
	line-height: 90%;
	}
.narrow2{
	width: 50%;
	line-height: 105%;
	}
	
/*typography*/
a   {
	font-weight: bold
	}



a:link {
	}
	
a:visited {
	}
	
a:hover   {
	}
	
a:active {
	}
	
h1   {
	font-weight: normal;
	font-size: 150%
	}


h2   {
	font-weight: normal;
	font-size: 120%
	}


h3   {
	font-weight: normal;
	font-size: 100%
	}


h4    {
	font-weight: normal;
	font-size: 80%
	}



h5   {
	font-weight: bold;
	font-size: 70%
	}


h6   {
	font-weight: bold;
	font-size: 64%
	}


img {
	border: 0;
	}
	
ol, ul, li  {
	font-size: 80%;
	line-height: 120%;
	list-style-type: none }

	
p {
	font-size: 80%;
	line-height: 120%;
	}
	
pre {
	font-family: monospace;
	font-size: 80%;
	}
	
strong, b {
	font-weight: bold;
	}
.center-block {
	text-align: center
	}


