body {
	font-family: Georgia;
	font-size: 12pt;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Arial;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 17pt;
}

h3 {
	font-size: 16pt;
}

h4 {
	font-size: 15pt;
}

h5 {
	font-size: 14pt;
}

h6 {
	font-size: 13pt;
}
	
dt {
	font-weight: bold;
	margin-bottom: .5em;
}

dd {
	margin-bottom: 1em;
}

#aside, 
#footer, 
#mini-nav, 
#main-nav, 
#breadcrumbs, 
#live-chat,
.more-info, 
.button {
	display: none;
}

#aside {
	width: 0px;
}

#content {
	border: none;
	margin: 0;
	width: 100%;
	padding: 0;
}

#header {
	height: auto;
}

a {
	font-weight: inherit;
	text-decoration: underline;
	color: blue;
}

#content a:link:after, 
#content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#bc #head { /* Many pages have a special #head section that includes a picture on the left */
	padding-left: 0 !important;
}


* {
background: none;
}