body, td, p {
	font-size: 10pt;
}
body, td, p, h1, h2, h3, h4 {
		font-family: Verdana;
}
body {
	background-color: white;
	color: black;
}
a { 
	text-decoration: none;
}
h1, h2, h3, h4 {
	color: #f67809;
	font-size: 120%;
}
.sections {
	display: table;
	width: 50%;
}
.sections div, .sections td {
	display: table-cell;
	white-space: nowrap;
	padding: 1em;
	background-color: #d5d4e6;
}
.sections a {
	color: #e57359;
}
.sections a:hover {
	text-decoration: none;
	border-bottom: 2px solid #e57359;
}
/** Colour pallette **/
/*
light orange: #f7c001
dark orange: #f67809
greyish: #e2dedd;
greyblue: #d5d4e6;
green: #14c90a;
red: #e57359;
yellow: #ffeb9a;
*/

hr { border: 1px solid #14C70b; }
