@charset "UTF-8";
/* CSS Document */

<style type="text/css">

<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/abel:n4:default;antic-didone:n4:default;asap:n4:default.js" type="text/javascript"></script>

h1,h2,h3,h4,h5,h6 {
	font-family: abel;
	font-style: normal;
	font-weight: 400;}

h1 {font-size: x-large;
color: midnightblue;
font-family: abel;
	font-style: normal;
	font-weight: 400;
padding: 1}


h2 {font-size: xx-large;
	color: steelblue;
font-family: abel;
	padding: 1;
	line-height: 0.125;
font-style: normal;
font-weight: 400}

h3 {font-size: large;
color: gray;
font-family: abel;
font-style: normal;
font-weight: 400}

body {background-color:white;padding-left: 18px;}

p    {color:black}

.accordion {
    background-color: steelblue;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;}

.active, .accordion:hover {
    background-color: #ccc;}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;}
	p{color: black;
	font-family: Arial;
		font-size: 11pt;
		margin-right: 50%;
		margin-left:  0%}


</style>

	