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

html, body {
	font-size: 16px;
  }

h1 {
	font-size: 32px;
	}
h2 {
	font-size: 26px;
	}
h3 {
	font-size: 22px;
	}
h4 {
	font-size: 19px;
	}
h5 {
	font-size: 17px;
	}
h6 {
	font-size: 15px;
	}
p{
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
    }
	
	
/* footer */
	
#footnote ul {
	line-height: 1.3;
	font-size: 15px;
    }

#footnote p {
	font-size: 15px;
    }

/* Pop up Caption in view-picture.aspx*/
#popup_caption, #fb-comment {
	font-size: 16px;
}

#popup_caption {
	background-position: 3px 4px;
}</pre></body></html>