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




	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	html
	{

		height: 100%;
	}

	body
	{
		font-family: "Noto Sans", sans-serif;
		font-size: 12pt;
	}
	
	a
	{
		color: #000;
		text-decoration:none;
	}
	
		a:hover
		{
			text-decoration: none;
		}
	
</pre></body></html>