
@media (prefers-color-scheme: light) {  
body {
	margin: 6px 10px 6px 10px;
	color: #3c7cb5;
        background-color: #ffffff;
	font-family: "San Francisco", Arial, sans-serif; 
	font-size: 14px;
	}

h1	{
	font-size: 18pt;
	margin-bottom: 20px;
	font-weight: bolder;
	}

h2	{
	color: FF0000;
	font-size: 20pt;
	font-style: normal;
	}

h3	{
	padding: 4 0 2 0em;
	font-size: 14pt;
	font-style: normal;
	font-weight: Bold;
	margin-bottom: 2px
	}

h4 	{
    font-size: 14pt;
    font-style: normal;
    font-weight: Bold;
    margin-bottom: 2px
	}
	
	
h5	{
	padding: 4 0 2 0em;
	font-size: 14pt;
	font-style: normal;
	font-weight: Bold;
	margin-bottom: 2px
	}

ul {
    font-size: 14px;
    line-height: 1.4em;
    padding: 1 0 0 0em;
	list-style-type: disc;
	}

li {
	margin: 0 0 0 30px;
    padding: 0 0 2 0px;
    position: relative;
	list-style-position: outside;
	display: list-item;
    text-align: -webkit-match-parent;
    }

p	{
	font-size: 14pt;
	float: none;
	font-weight: bold;
	clear: none;
	text-indent: 5px;
	}
}


@media (prefers-color-scheme: dark) {  
body {
	margin: 6px 10px 6px 10px;
	color: #eeeeee;
        background-color: #1a1a1a;
	font-family: "San Francisco", Arial, sans-serif; 
	font-size: 14px;
	}

h1	{
	font-size: 18pt;
	margin-bottom: 20px;
	font-weight: bolder;
	}

h2	{
	color: FF0000;
	font-size: 20pt;
	font-style: normal;
	}

h3	{
	padding: 4 0 2 0em;
	font-size: 14pt;
	font-style: normal;
	font-weight: Bold;
	margin-bottom: 2px
	}

h4 	{
    font-size: 14pt;
    font-style: normal;
    font-weight: Bold;
    margin-bottom: 2px
	}
	
	
h5	{
	padding: 4 0 2 0em;
	font-size: 14pt;
	font-style: normal;
	font-weight: Bold;
	margin-bottom: 2px
	}

ul {
    font-size: 14px;
    line-height: 1.4em;
    padding: 1 0 0 0em;
	list-style-type: disc;
	}

li {
	margin: 0 0 0 30px;
    padding: 0 0 2 0px;
    position: relative;
	list-style-position: outside;
	display: list-item;
    text-align: -webkit-match-parent;
    }

p	{
	font-size: 14pt;
	float: none;
	font-weight: bold;
	clear: none;
	text-indent: 5px;
	}
}