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

.header
{
	text-align: center;
}

.menu
{
	width: 100%;
	height: 70px;
	background-color: #50a93b;
	text-align: center;
}

.menu IMG 
{
	margin-top: 10px;
}

.content-ins
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.footer
{
	clear: both;
	width: 100%;
	height: 70px;
	background-color: #50a93b;
	text-align: center;
	margin-top: 70px;
	margin-bottom: 40px;
}

.footer IMG
{
	margin-top: 6px;
}</pre></body></html>