<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1{
	font-family: Arial;
	font-size: 24px;
	font-style: normal;
	color: #990000;
	font-weight: bold;
	margin-top : 8px;
	margin-left : 12px;
	margin-right : 10px;
}
h2{
	font-family: Arial;
	font-size: 24px;
	font-style: italic;
	color: #990000;
	font-weight: bold;
	margin-top : 8px;
	margin-left : 12px;
	margin-right : 10px;
}
h3{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000057;
	margin-bottom : -20px;
	margin-left : 12px;
}
h4{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000057;
	margin-bottom : -15px;
	margin-left : 12px;
	margin-right : 10px;
}
h5{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #880000;
	margin-left : 12px;
	margin-right : 10px;
	margin-bottom : -5px;
}
h6{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	margin-left : 12px;
	margin-right : 10px;
}
p {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin-left : 12px;
	margin-right : 10px;
}
a:link, a:active{
	color: #990000;
}
a:visited{
	color : #000057;
}
a:hover{
	color: #FAB01A;
}
ul{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin-left : 35px;
	margin-right : 10px;
	list-style-position : outside;
}


div.slideshow{
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #990000;
	margin-left : 10px;
	margin-right : 10px;
}
div.slideshow a:link, div.slideshow a:visited{
	color: #990000;
	text-decoration: none;
}
div.slideshow a:active, div.slideshow a:hover{
	color: #FAB01A;
}

.menu {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
.menu a:link, .menu a:active, .menu a:visited {
	text-decoration: none;
	colour: #FFFFFF;
	}
.menu a:hover{
	text-decoration: none;
	color: #FAB01A;
	}</pre></body></html>