.resume h1 {
	margin: 8px;
}
#quote {
	margin-top: 1em;
	margin-left: 5em;
	margin-right: 5em;
	margin-bottom: .5em;
}
#quotetext {
	display: inline;
	font-style: italic;
}
#quoteauthor {
	display: inline;
}
#quoteauthor:before {
	content: " - ";
}
@media screen {
	body {
		background-color: #d07b00;
		color: black;
		text-align: center;
		padding-left: 10%;
		padding-right: 10%;
	}
	a:visited {
		color: blue;
		background-color: transparent;
	}
}

@media print {
	.resume a:link {
		color: black;
		background-color: transparent;
		text-decoration: none;
	}
}
