/* styles for my new resumé */
/* $Id: chrish-resume.css 151 2010-07-27 02:37:02Z chrish $ */

/* block styles */
body {
	font-family: 'Vollkorn', 'Georgia', 'Times New Roman', serif;
	width: 80%;
	margin: 2em 4em;
	line-height: 1.5;
}

div.contactInfo {
	text-align: center;
}

div.section {
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cantarell', 'Tahoma', 'Arial', 'Helvetica', sans-serif;
}

h2.header {
}

/* inline styles */
address a {
	text-decoration: none;
}

span.email {
	font-family: 'Inconsolata', 'Andale Mono', 'Vera Sans Mono', fixed;
	font-style: normal;
}

span.url {
	font-family: 'Inconsolata', 'Andale Mono', 'Vera Sans Mono', fixed;
	font-style: normal;
}

