/* Stylesheet for resume
   http://danfingerman.com/resume/
*/

@import url('dfstylesheet.css');

body {
	width: 90%;
}

h2 {
	margin-top: 1em;
}

ol.bodylist {
	list-style-type: decimal; 
	list-style-position: outside; 
}

li {
	margin-top: 1em;
}

.company {
	font-weight: bold;
}

.computing {
	font-weight: bold;
}

.nomargin {
	/* deprecated */
	margin: 0;
}

.position {
	font-weight: bold;
}

