<style>
	body {
		background-color: black;
		font-family: arial, sans-serif;
		font-size: 12pt;
		color: white;
		text-align: left;
	}
	h1 {
		font-family: arial, sans-serif;
		color: white;
		text-align: left;
		font-size: 16pt;
		font-weight: bold;
	}
	h2 {
		font-family: arial, sans-serif;
		color: white;
		text-align: left;
		font-size: 14pt;
	}
	p {
		font-family: arial, sans-serif;
		color: white;
		text-align: left;
		font-size: 12pt;
		line-height: 15pt;
		font-weight: normal;
	}
	p.body-medium {
		font-size: 12pt;
	}
	p.body-standard {
		line-height: 12pt;
		font-size: 10pt;
	}
	p.page-footer {
		font-size: 8pt;
		text-align: center;
	}
	p.footer-menu {
		font-size: 10pt;
		text-align:center;
	}
	a {
		text-decoration: none;
		font-size: 10pt;
		color: yellow;
	}
	a:hover {
		color: yellow;
		text-decoration: underline;
	}
	span {
		font-family: arial, sans-serif;
		color: white;
	}	
	span.company-motto {
		font-family: times new roman, arial, sans-serif;
		color: white;
		text-align: right;
		font-size: 14pt;
		font-style: italic;
		font-weight: bold;
	}
	span.service-name {
		font-size: 10pt;
		color: yellow;
	}
	span.body-standard-highlight {
		color: yellow;
	}
</style>
