/* DeanVohsCPA.com */
/* Print CSS */

body {
	background: white;
	color: black;
	}
img {
	display: none;
	}
h1,h3 {
	color: black;
	text-align: center;
	}
h1 { /* Page Title */
	font-size: 24px;
	font-weight: bold;
	}
h3 { /* Contact info */
	margin: 0 0 60px 0;
	font-size: 14px;
	}
	
#nav {
	display: none;
	}
	
#wrap, #content {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

h2 { /* Content Header */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	}
#content h3 {
	float: left;
	margin: 0 10px 0 0;
	font-size: 16px;
	font-weight: bold;
	}
