	
	*{
	outline:none;
	}
	
html, body, div, span, applet, object, iframe,
			h1, h2, h3, h4, h5, h6, p, blockquote, pre,
			a, abbr, acronym, address, big, cite, code,
			del, dfn, em, font, img, ins, kbd, q, s, samp,
			small, strike, strong, sub, sup, tt, var,
			b, u, i, center,
			dl, dt, dd, ol, ul, li,
			fieldset, form, label, legend,
			table, caption, tbody, tfoot, thead, tr, th, td {
				margin: 0;
				padding: 0;
				border: 0;
				outline: 0;
				font-size: 100%;
				vertical-align: baseline;
				background: transparent;
			}
			body {
				line-height: 1em;
			}
			ol, ul {
				list-style: none;
			}
			blockquote, q {
				quotes: none;
			}
			blockquote:before, blockquote:after,
			q:before, q:after {
				content: '';
				content: none;
			}
			
			/* remember to define focus styles! */
			:focus {
				outline: 0;
			}
			
			/* remember to highlight inserts somehow! */
			ins {
				text-decoration: none;
			}
			del {
				text-decoration: line-through;
			}
			
			/* tables still need 'cellspacing="0"' in the markup */
			table {
				border-collapse: collapse;
				border-spacing: 0;
			}
			/*end reset*/
			
						
			#content h1{
				font-size:3em;
				margin: 0 0 20px 0;
				font-weight: normal;
			}
			
			#content h2{
				font-size:3em;
				margin: 0 0 20px 0;
				font-weight: normal;
				color: #FF6600;
			}
			
			#content h3{
				font-size:1.6em;
				margin: 0 0 20px 0;
				font-weight: normal;
			}
			
			#content h4{
				font-size:1.4em;
				margin: 0 0 20px 0;
				font-weight: normal;
			}
			
			#content h5{
				font-size:1.2em;
				margin: 0 0 20px 0;
				font-weight: normal;
			}
			
			#content h6{
				font-size:1.0em;
				margin: 0 0 20px 0;
				font-weight: normal;
			}
			
			
			#content p, code, #content ul, #content ol {
				display: block;
				margin-bottom: 10px;
			}
			
			#content ul {
				list-style: circle;
				padding:0 0 0 40px;
			}

	
#wrapper {
	width:750px;
	height:auto;	
	padding:30px;
	border:10px;
	border-style:solid;
	border-color:black;
	border-width:7px;
	margin:auto;
	background:white;
}

#wrapper:border{
background:black;	
}

#header{

}

h1{
		display:none; /*--is making this "hidden" the same as putting span class="hider" in the html and then span.visibility=hidden in the css?  is one preferable*/
		}


		body {	
	font-size:1.15em;
	font-family: futura,helvetica, arial, sans-serif;
	margin:20px;
	text-align:justify;
	line-height:1.1em;
	}

#footer {
color:white;
background:black;
width:750px;
height:	100px;
padding:10px 37px 10px 37px;
margin:auto;
}



#footer a{
color:white;	
text-decoration:none;
}
#footer a:hover{
color:#FF6600;	
}
	
	
				
		
		h2{
		font-family:futura, helvetica, arial, sans-serif;
		font-size:2.3em;	
		text-align:center;
		}
		
		
		