/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html { overflow-y: scroll; }

body {
	background-color: white;
	color: black;
	font-family:"Times New Roman", Times, serif;
}

ul {
	list-style-type: disc;
	list-style-position:inside;
	margin-left: 24pt;
	text-indent: -12pt;
	padding-left: 12pt;
}

a:link { color: #FF0000;}
a:active { color: #00FF00; }
a:visited { color: #FF0000; }
a:hover { color: #555555; }

div#resume_pagewrap {
	margin-left: 10px;
}

.resume_major_heading {
	font-weight: bold;
	margin-top: 12pt;
}

.resume_technology_heading {
	font-weight: bold;
}

.resume_employer {
	font-weight: bold;
}

.resume_job_title {
	font-weight: bold;
}

.resume_job {
	margin-bottom: 12px;
}
