@charset "utf-8";

/* ----- this is the print styles for page 2 only ---- */

#header, #mainNav, #sidebar, #footer, #donation, blockquote {
	display: none;
}
 body {
	 margin: 0;
	 padding: 0;
	 font-family: "Times New Roman", Times, serif;
	 color: black;
 }
 p {
	font-size: 12pt;
	line-height: 14pt;
	width: 6in;
	margin-left: .25in; 
 }
 h1 {
	font-size: 24pt; 
 }
 h2 {
	font-size:18pt; 
 }
blockquote {
	font-size: 14pt;
	font-style: italic;
	margin-left: 0.25in;
	width: 4in;
}

a:link, a:visited {
	text-decoration: none;
	color: #000;
}
/*a[href^="http://"]:after {
	content: " Visit online at: "attr(href);
	font-weight: bold;
	}*/
	
	#content {
		margin-left: 2in;
	/*text-indent: 4in;*/	
	}
	
#content p {
	font-size:14px;
	line-height: 14px;
}


.break  {
	page-break-after: always;
	}
	
/*<link href="_css/main.css" rel="stylesheet" type="text/css" media="screen,projection" />
<link href="_css/print.css" rel="stylesheet" type="text/css" media="print" />
------ this is from the desolve page exercise*/

/*
from Desolve exercise

body {
	margin: 0;
	padding: 0;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	color: black;
}
#header h1 {
	font-size: 24pt;
}
#mainContent h1 {
	font-size: 18pt;
	border-bottom: 1pt solid black;
	width: 4.5in;
	padding-bottom: 2pt;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
#mainContent p {
	font-size: 12pt;
	line-height: 14pt;
	width: 6in;
	margin-left: .25in;
}

blockquote {
	font-size: 14pt;
	font-style: italic;
	margin-left: 0.25in;
	width: 4in;
}
#header  ul, #sidebar, #footer, .rightAlign {
	display: none;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
	}
a[href^="http://"]:after {
	content: " Visit online at: "attr(href);
	font-weight: bold;
	}

.break {
	page-break-before: always;
	}

*/

