h1 {
color: orange;
text-align: center;
}
h2 {
color: orange;
text-align: center;
}
h3 {
color: orange;
text-align: center;
}
em {
font-size: 200%;
}
body {
font-family: 'Montserrat', sans-serif;
}
a:link {
	color: orange;
}
a:visited {
	color: darkorange;
}

.job {
	color: color(srgb 0 0.785 1);
	font-weight: bold;
}

.pos {
	color: color(srgb 1 0.401 0);
	font-weight: bold;
}
