@charset "utf-8";
#resume_format {
	height: 800px;
	width: 800px;
	padding-bottom: 10px;
}
.resume li{
	float: left;
	text-decoration:none;
	padding-bottom: 2px;
	width: 800px;
	height: 100%;
}

li.job_place{
font-size:16px;
	list-style-type:none;
	margin-top:10px;
}

li.job_title{
	list-style-type:none;
	margin-bottom:2px;
	font-size:13px;
	font-weight: normal;
	text-decoration: none;
}

li.descriptions{
	margin-left:10px;
}

li.descriptions_last{
	margin-bottom: 10px;
	margin-left:10px;
}

h1{
	font-size:20px;
	color: #999966;
	margin-top:15px;
}