<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
/*background-color: #fff;
	color: #000; */
	margin: 0;
	padding: 0;
	text-align: center;
	/*background: #F7F7F7;*/
}
body {
	background: #f3eede url("img/background.gif") repeat-x; 
	color: #4d442e;
}
h2{
font-size: 1em;
text-align: center;
}

h3{
font-size: 2em;
color: darkred;
text-align: center;
}

h2b{
font-size: 1em;
}

h3b{
font-size: 1em;
color: darkred;
font-family: "Calibri", sans-serif;
}
h4{
font-size: 1.3em;
font-family: "AR JULIAN", monospace;
font-weight: bold;
}
h4a{
font-size: 1.2em;
color: darkred;
font-family: "AR JULIAN", monospace;
font-weight: bold;
}
fieldset { 
border:0px
}
h4b{
	font-size: 1.3em;
	color: #000;
font-family: "AR JULIAN", monospace;
font-weight: bold;
text-decoration: none;
}
#mda{
text-decoration: none;
	display: block;
	font-weight: bold;
	font-family: "Calibri", sans-serif;
	letter-spacing: 0.1em;
	/*background: #EFEFEF ;*/
	color: #000;
	font-size: 1.2em;
}

#all {
	
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	display: block;
	width: 100%;
	/* border-right: 1px solid #000;
	 border-bottom: 1px solid #000; */
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#HED {
	display: block;
	/*background: #F7F7F7;*/
}

#MENU {
	display: block;
	/*border-bottom: 1px solid #000;*/
	 border-bottom: 1px solid #000; 
	width: 100%;
	float: left;
	overflow: hidden;
	/*background-color: #EFEFEF;*/
}

#TRESC {
	margin-left: 5%;
	display: inline+block;
	width: 75%;
	float: left;
	overflow: hidden;
	/*background-color: #F7F7F7;*/
}

#TRESC2 {
	display: inline+block;
	width: 20%;
	float: right;
	overflow: hidden;
	/*background-color: #F7F7F7;*/
}


#STOP{
	display: block;
	clear: both;
	width: 100%;
	background-color: #EFEFEF;
	font-size: 12px;
	text-align: center;
}

a:link{
	font-size: 1.3em;
	color: #000;
font-family: "AR JULIAN", monospace;
font-weight: bold;
text-decoration: none;
}
a:visited {
	font-size: 1.3em;
	color: #000;
font-family: "AR JULIAN", monospace;
font-weight: bold;
text-decoration: none;
}
a:hover {
	font-size: 1.4em;
	color: #4d442e;
font-family: "AR JULIAN", monospace;
text-decoration: none;
}

li { list-style: disc; list-style-position: inside }

ol, ol li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ol {
	/*background: #EFEFEF ;*/
	padding: 1px 10 1px 1px;
	border: 1px solid #EFEFEF;
}
ol li {
	text-align: center;
}

ol a:link, ol a:visited {
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-family: "AR JULIAN", monospace;
	letter-spacing: 0.1em;
	/*background: #EFEFEF ;*/
	color: #000;
	font-size: 1.5em;
	padding: 10px 50px;
	border-right: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
}

ol a:hover {
	color: #000;
	font-size: 1.5em;
	background: #F7F7F7 ;
}
</pre></body></html>