<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
#####################################################################
Start of Defaults for all Pages. Be cautious in changing this.

Global Reset is needed to ensure the more or less identical cross-browser presentation of your web-sites.
By default different browsers use different values for margin, padding or line-height. Global
Reset makes sure all (or probably most) browsers render sites identically.
#####################################################################
*/
html,body,div,h1,h2,h3,h4,h5,h6,img {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Open Sans', sans-serif;
}

/*
Defines CSS that is Locale dependent. Locale based files can  override default configuration.
*/
html {
    height: 100%;
}</pre></body></html>