body {
	font-family: Verdana, sans-serif;
	background-color: #F2F2F2;
}

h1, h2, h3 {
	color: #0D324D;
}

h1 {
	font-size: 1.4em;
	margin-left: 1%;
}

h2 {
	font-size: 1.2em;
	margin-left: 3%;
	padding-top: 1%;
}

h3 {
	font-size: 1em;
	margin-left: 5%;
	padding-top: 1%;
}

ul {
	margin-left: 7%;
	font-size: 0.9em;
}

table, th, td {
	border-collapse: collapse;
	padding: 4px;
	text-align: left;
	font-size: 0.9em;
	margin-left: 10%;
	border: 1px solid black;
}

#contact {
	list-style-type: none;
}

#contact > :first-child {
	font-size: 1.25em;
	font-weight: bold;
}