<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
/*	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;n */
/*	background-color: #42413C; */
	background-color: #efeee9; 

	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */

header {
	background-color: #efeee9;
	align-content: left;
	padding-left: 0px;
	margin: 0px;
}

header img {
	vertical-align:bottom;
}

.center_image {align-content: center}

h1, h2, h3, h4, h5, h6 {	
	color: #336699;
}

.bigger {
	font-size: large;
}

.bigger { font-size: larger; font-weight: bold; color: #0C7386}
.evenrow {  background-color: #DDDDDD}
.oddrow {  background-color: #AAAAAA}
.LightBackGround {  background-color: #EEEEEE}
.GreyBackGround {  background-color: #CCCCCC}
.header {  font-size: larger; font-weight: bold; color: #efeee9; background-color: #EEEEEE}
.Red {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
}

.blue {
	font-weight: bold;
	color: #0066FF;
}

.bright {
	color: #FFFFFF;
	background-color: #0066FF;
	font-weight: bold;
}

input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		border: 1;
		outline: 1;
	}
 
@media screen and (min-width: 737px) {

		/* Basic */

			body, input, textarea, select {
				line-height: 1.5m; 
				font-size: 15pt;
			}
	}</pre></body></html>