/* Define fonts */

h1 { 
	font-family: 'Courier New', 'Lucida Console', 'Monaco', monospace; 
	font-size: 23px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 1.0 em; 
	color: #000000; 
} 

h2 { 
	font-family: 'Courier New', 'Lucida Console', 'Monaco', monospace; 
	font-size: 21px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 1.0 em; 
	color: #59383b; 
} 

h3 { 
	font-family: 'Courier New', 'Lucida Console', 'Monaco', monospace; 
	font-size: 17px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 1.0 em; 
	color: #59383b; 
} 

h4 { 
	font-family: 'Courier New', 'Lucida Console', 'Monaco', monospace; 
	font-size: 15px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: bold; 
	line-height: 1.0 em; 
	color: #59383b; 
} 

p { 
	font-family: 'Courier New', 'Lucida Console', 'Monaco', monospace; 
	font-size: 14px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 1.2 em; 
	color: #000000; 
} 

blockquote { 
	font-family: 'Courier New', 'Lucida Console', 'Monaco', monospace; 
	font-size: 15px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 23px; 
	color: #000000; 
}
 
pre { 
	font-family: 'Courier New', 'Lucida Console', 'Monaco', monospace; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 1.0 em; 
	color: #000000; 
}

#headspace { 
	font-family: 'Courier New', 'Lucida Console', 'Monaco', monospace; 
	font-size: 14px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 400; 
	line-height: 1.2 em; 
	color: #000000; 
}