body {
	background-color: black;
	font-family: Arial, Sans Serif;
	color: white
}

th {
	vertical-align: top;
	color:white;
	margin-right: 0.5cm;
	padding-left: 0.1cm;
	padding-right: 0.1cm;
	font-size: 11pt;
	font-weight: bold
}

td {
	vertical-align: top;
	color:white;
	margin-right: 0.5cm;
	padding-left: 0.1cm;
	padding-right: 0.1cm;
	font-family: Arial, Sans Serif;
	font-size: 9pt
}

td.fstop { text-align: center }

p { color: white; font-size: 9pt }

a {
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold }

a:hover { color: #5460e5; background-color: #101010 }


div.nav {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 2px;
	margin-bottom: 1cm;
}

.MainHeader { font-size: 14pt; text-align: center }
.CVSectionHeader { font-size: 11pt; border-bottom: 1px solid white }
.CVSection { font-size: 9pt; margin-bottom: 0px }
.Emph { font-weight: bold }
.Date { text-align: center }
.NewRow { padding-top: 0.25cm }
