/* 
 ----------------------------------------------------------------------------
	Author: Michael Fernandez
 	CSS Document: print.css
 ---------------------------------------------------------------------------- 
*/


/* ------------------------ Type Selectors ------------------------ */

body {
	background: #fff;
	font: 12pt/16pt "Georgia", Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
ul { display:none;}

.thumb-container-gallery { display:inline;}

h1 {
	font-size: 14pt;	
	color:#000;
	}

h2 {
	font-size: 12pt;	
	color:#000;
	}

h3 {
	font-size: 12pt;
	color:#000;
	}
	
a:link, a:visited {	color:#000;
text-decoration: none;
	outline: none;
	}

a:hover, a:active {	color:#000;
text-decoration: underline;
	outline: none;
	}
