/* General formatting */
body {
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
}
ul {
	margin-top: 2px;
	margin-bottom: 5px;
}
th {
	background-color:#dddddd;
}

/* Specific classes */
.job {
	width:100%;
	background-color:#eeeeee;
	margin-top: 10px;
}
.jobtitle {
	font-weight:bold;
	font-style:italic;
}
.qualification {
	font-weight:bold;
}
