/* resume.css */

@import url(../common/top.css);

body {
	background-color : #fffff0;
}
h1 {
	margin-bottom : 2 pt;
}
p {
	font-family : "Times New Roman", Times, serif;
}
div.res {
	max-width : 576pt;
}
p.addr {
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
}
div.links {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
ul li {
	font-family : "Times New Roman", Times, serif;
	list-style-type : disc;
}
span.company {
	font-weight : bold;
	font-variant : small-caps;
}
div.job {
	clear : both;
	width: 360pt;
}
div.job span.title {
	text-align : left;
	float : left;
	width: 180pt;
}
div.job span.dates {
	text-align : left;
	float : right;
	width: 180pt;
}
