body {
	
	font-family: Georgia, "Times New Roman", Times, serif; /* changes font style to serif font */
	font-size: 12pt; /* sets font size to 12pt */
	
}
#wrapper
{
	background: none; /* prevents the background image being displayed */
}
#topimage
{
	display: none; /* prevents the top image being displayed */
}
#bottomimage
{
display: none; /* prevents the bottom image being displayed */
}

#footer
{
	display: none; /* prevents the bottom image being displayed */
}

#nav {
	display: none; /* prevents the navigation bar being displayed */
	}



#wrapper {
	width: 100%; /* sets the width to 100% was set to 786 pixels  */
	}
#print_address {
text-align: center;
}
h1 { /* over rides the default h1 style  */
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16pt;
	font-weight: bold; 
	}
h2 { /* over rides the default h1 style  */
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12pt;
	font-weight: bold; 
	}


