<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(background.png);
	background-repeat: repeat;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.style1 {color: #EF0800}
a:link {
	color: #7D7D7D;
}
a:visited {
	color: #7D7D7D;
}
a:hover {
	color: #7D7D7D;
}
a:active {
	color: #7D7D7D;
}
#navcontainer {
	display:inline-block;
}

#title
{
	padding: 10px;
	text-align:center;
	max-width: 800px;
	margin:auto;
	background-color: #FFFFFF;

}

#container
{
	padding: 10px;
	text-align:center;
	max-width: 800px;
	margin:auto;
	background-color: #FFFFFF;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:100px;
	height:35px;
	display:inline-block;
}

#navcontainer ul li 
{ 
	display: inline;
	padding:5px;
	width:25%;
}
#navcontainer ul li a { text-decoration: none; }

.picture
{
	max-width:600px;
	border-radius: 4%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}
.picture1
{
	max-width:600px;
}
a.button:link
{
    background-color: #bd0063;
    color: white;
    padding: 3px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	border-radius: 5px;
	font-size:15px;
}
a.button:visited
{
    color: white;
}
a.button:hover
{
	background-color: #bd0063;
}
</pre></body></html>