<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background:#93B1C6;   
}

#strip{
    background:#C7D0D5;
    padding-top:20px;
    padding-bottom:20px;
}

p{
    color:black;
}

a{
	color: #1D5975;
    text-decoration-style: dashed;
}

a:hover{
	color: #616163; 
}

h1 
{
    font-size:50px;
    color:white;
    text-align:center;
    font-family:Pacifico,sans-serif;
    font-weight:lighter
}

h2 {
    color:white;
    background:#1D5975;
    padding-left:20px;
    padding:10px
}

h3 {
    color:white;
    background:#1D5975;
    text-indent:15px;
    padding:4px
}

body {
	font-family: Cabin, sans-serif;
	font-size: 15px;
	position: relative;
	border-width: 2px;
}

hr {
    border-color:#1D5975;
    border-style:dotted;
    border-width:medium;
}

img {
	border: none;
	margin: 0px;
	margin-right: 0px;
}
p {
	margin-left: 20px;
	margin-right: 20px;
}</pre></body></html>