/* Holly butler
Prints resume page with no navigation or side bar*/


/* type selectors */
article, aside, figure, figcaption, footer, header, nav, section {
    display: block;
}

body {
    font-family: "Times New Roman", Times, serif;
    width: auto;
}
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
/* the styles for the navigation bar */
#nav_bar {
	display: none;
}
/* the styles for the sidebar */
aside {
	width: auto;
}
aside img {
	display: none;
}
/* the styles for the header */
header { 
	border-bottom: 2px solid black;
}
header h1, header h2 {
	color: black;
}
/* the styles for the footer */
footer {
	border-top: 2px solid black;
}
