/* this set works with Curriculum Vitae */body {  	background-color: #9E947A; /* tan */ 	background-image: url(../graphics/bg_chair.gif);	background-repeat: no-repeat;	background-attachment: fixed;	font-size: 16px;	color: #2E2426; /* dark mauve */ 	font-family: Georgia, "Times New Roman", Times, serif;	text-align: center;	margin: 4px 0px;}p {	text-align: left;	font-size: 0.8em;	line-height: 1.9em;}h1 { 	text-align: left; 	font-size: 16px;	font-style: italic;	font-weight: normal;	color: #685055;}

ul {
	list-style-type: none;
	position: relative;
	left: -40px;
}

li {
	text-align: left;	font-size: 0.8em;	line-height: 1.9em;
	margin-bottom: 12px;
}.back {   /* return to table of contents link */	font-size: 0.8em;	font-style: normal;	margin-top: -8px;}#container {	margin: auto;	width: 640px;}.contents1 {   /* text above resume areas */	margin: -22px 0 0 -10px;	width: 640px;	padding: 10px;}.contents2 {   /* title header */	margin: 1px;	width: 640px;}.contents3 {   /* holder for resume text */	margin: 0px 0 10px -10px;	width: 640px;	padding: 10px;	background: #998F74;}.indent {	padding-left: 3em;}.year {	color: #694a50;	padding-right: 0.4em;}.title {}.column {	margin-right: 80px;	float: left;}a:link {   	color: #6F565B; /* mauve */	text-decoration: none;
	background: #aca278;
}a:visited {  	color: #6F565B; /* dark mauve */	text-decoration: none;
	background: #aca278;}a:hover {  	color: #F4A284; /* pink */	text-decoration: underline;
	background: #877e5e;
}a:active {  	color: #F1EA97; /* light yellow */	text-decoration: underline;
	background: #aca278;}