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

body {
	font-family: "Verdana", "Arial", sans-serif;
}

h1 {
	
}

h2 {
	position: relative;
	left: 20px;
}

a:link, a:visited, a:active {
	color: #ff6666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: normal;
	font-weight: bold;
}

#container {
	position: relative;
	margin: auto;
	width: 800px;
}

#header {
	width: 800px;
	height: 150px;
	background-image: url('title.png');
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#main {
	position: absolute;
	top: 170px;
	left: 0px;
	width: 590px;
	font-size: small;
}

#main_top {
	width: 100%;
	height: 40px;
	background-image: url('main_top.png');
}

#main_center {
	padding: 35px 35px;
	width: 520px;
	background-image: url('main_center.png');
}

#main_bottom {
	width: 100%;
	height: 22px;
	background-image: url('main_bottom.png');
}

#menu {
	position: absolute;
	top: 170px;
	left: 590px;
	width: 140px;
	height: 120px;
	padding: 35px;
	background-image: url('menu.png');
}

#links {
	position: absolute;
	top: 360px;
	left: 590px;
	width: 140px;
	height: 120px;
	padding: 35px;
	background-image: url('menu.png');
	font-size: small;
}

</pre></body></html>