body {
	background-color: white;
	color: black;
	margin: 5mm;
	padding: 0;
	font-family: sans-serif;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: sans-serif;
	color: black;
	margin: 3mm;
}

h1 { font-size: 22pt; }
h2 { font-size: 20pt; }
h3 { font-size: 18pt; }
h4 { font-size: 16pt; }
h5 { font-size: 14pt; }
h6 { font-size: 12pt; }

.normal { font-weight: normal; }
.slogan { font-variant: small-caps; }

ul#destinations li {
	list-style-type: none;
	color: silver;
	margin: 1mm;
}

img#mugshot {
	margin-left: 10mm;
	border: 0;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }
