    html {font-size:100%; margin:0; padding:0;}
    body {font-size:100%; margin:0; padding:0; width:100%;}
    h1 {color:white; text-align:center; font-size: 3rem;}
    @media screen and (max-width:1080px) {
        h1 {font-size:1.5rem;
            margin-top: 0.5rem;
            margin-bottom: 0.5rem;
        }
    }
    h2 {color:white; text-align:center; font-size: 1.2rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    @media screen and (min-width:1080px) {
        h2 {font-size: 2.4rem;
            margin-top: 0.75rem;
            margin-bottom: 0.75rem;
        }
    }
    
    /* Bigger Main Title for H1 */
    .bigtitle
        {color:white;
         text-align:center;
         font-size: 2rem;
        }
        @media screen and (min-width:1080px) {
        .bigtitle {
            font-size: 4rem;
        }
        }

    h2.headingleft 
        {color:brown; 
        text-align:left;
        font-size: 1.2rem;
        }
        @media screen and (min-width:1080px) {
        h2.headingleft {
            font-size: 2.4rem;
        }
        }    

    /* New Menu Bar Responsive */       
    ul.topmenu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #333;
        font-size: 1rem;
        }
        @media screen and (min-width:1080px) {
            ul.topmenu {
            font-size: 2rem;}
            }
    ul.topmenu li {
        float: left;
        margin: 0;
        padding: 0;
        }
    ul.topmenu li a {
        display: inline-block;
        color: white;
        text-align: center;
        padding-top: 0.8em;
        padding-bottom: 0.8em;
        padding-left: 0.6em;
        padding-right: 0.6em;
        text-decoration: none;
        }
    ul.topmenu li a:hover {
        background-color: #111;
        }
    ul.topmenu li.greentab a {
        color:lime;
    }
    ul.topmenu li.greentabright {
        float: right;
    }
    ul.topmenu li.greentabright a {
        color:lime;
    }
    ul.topmenu li.floatrightblue {
        float: right;
        background-color: blue;
        }
    ul.topmenu li.floatrightblue a {
        color: white;
        }   
    li.smallscreen {
        display : inline-block;
        }
        @media screen and (min-width:1080px) {
            li.smallscreen {
            display: none;}
            }
    li.bigscreen {
        display : none;
        }
        @media screen and (min-width:1080px) {
            li.bigscreen {
            display: inline-block;}
            }   
        
    span.blackhead {color:black; font-size: 50%;}
    span.hidehead {color: #fff0f0; font-size: 50%;}
    span.nobreak {white-space: nowrap;}
    
    ul.ultopmenu {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #333;
        }
    li.litopmenu {
        float: left;
        }
    li.litopmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        }
    li.litopmenu a:hover {
        background-color: #111;
        }
        
        li.wpoints {
        color: white;
    }
    ul.listheading {
        list-style-type:square;
        margin:0;
        padding:0;
        font-weight: bold;
        color: red;
    }
    
    .photowrapper {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        position: static;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0px;
        border: 0px;
        text-align:center;
    }
    
    figure.figbanner {
        box-sizing: border-box;
        width: 100%;
        max-width: 1440px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        color: white;
        text-align: center;
        font-size: 1rem;
        border: 0;
        background-color: black;
    }
    /* If the screen size is 1440px wide or more, set the font-size to 2rem */
    @media screen and (min-width: 1024px) {
    figure.figbanner {
        font-size: 2rem;
        }
    }
    .figbannerlongh2 {
        padding: 2em;
        margin: 0;
        background-color: #f4f4f4;
        color: black;
        text-align: left;
        letter-spacing: 0.15em;
        line-height: 1.5;
    }
    @media screen and (min-width: 1024px) {
    .figbannerlongh2 {
        margin: 4em;
        }
    }
    
    figure.figbanner figcaption {
        color: white;
        font-style: italic;
        font-size: 0.75rem;
        padding: 0.25rem;
    }
     /* If the screen size is 1440px wide or more, set the font-size to 2rem */
    @media screen and (min-width: 1024px) {
    figure.figbanner figcaption {
        font-size: 1.5rem;
        padding: 0.5rem;
        }
    }
    
    div.highlightswrapper {
        box-sizing: border-box;
        font-size: 1.1rem;
        background-color: #f0f0f0;
        color: black;
        position: static;
        width: 100%;
        height: auto;
        max-width: 1440px;
        margin : 0 auto;
        padding: 0.8rem;
        }
        @media screen and (min-width:1080px) {
        div.highlightswrapper {
            font-size: 2rem;
            padding: 2rem;
        }
        }
        
    div.highlightswrapper ul {
        list-style: none; /* Remove default bullets */
        margin-right: 1em;
        }

    div.highlightswrapper ul li::before {
        content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
        color: brown; /* Change the color */
        font-weight: bold; /* If you want it to be bold */
        display: inline-block; /* Needed to add space between the bullet and the text */ 
        width: 1em; /* Also needed for space (tweak if needed) */
        margin-left: -1em; /* Also needed for space (tweak if needed) */
    }
    
    div.highlightswrapper ul li {
        line-height: 1.5;
        margin-bottom: 0.5em;
    }
    
    figure.highlightsphoto {
        box-sizing: border-box;
        width: 100%;
        max-width: 1440px;
        height: auto;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        font-size: 0.75rem;
        font-style: italic;
        border: 0;
        color: black;
        background-color: white;
    }
    /* If the screen size is 1440px wide or more, set the font-size to 1.5rem */
    @media screen and (min-width: 1024px) {
    figure.highlightsphoto {
        font-size: 1.5rem;
    }
    }
    
    figure.highlightsphoto h2 {
        color: grey;
        text-align: center;
        margin-left: 10%;
        margin-right: 10%;
        line-height: 1.5;
    }
    figure.highligthsphoto figcaption {
        color: black;
        font-size: 0.75rem;
        padding: 0.25rem;
    }
     /* If the screen size is 1440px wide or more, set the font-size to 1.5rem */
    @media screen and (min-width: 1024px) {
    figure.highlightsphoto figcaption {
        font-size: 1.5rem;
        padding: 0.5rem;
    }
    }
    
    article.blog {
    background-color: #f0f0f0;
    color: black;
    position: static;
    width: auto;
    height: auto;
    margin : 0 auto;
    padding: 0;
    }
    
    figure.reviews {
        box-sizing: border-box;
        width: 96%;
        max-width: 1440px;
        height: auto;
        margin: 1em auto;
        padding: 0.5em;
        text-align: center;
        font-size: 1rem;
        font-style: italic;
        border: thin silver solid;
        background-color: black;
    }
    /* If the screen size is 1440px wide or more, set the font-size to 2rem */
    @media screen and (min-width: 1024px) {
    figure.reviews {
        font-size: 2rem;
    }
    }
    figure.reviews figcaption {
        color: white;
        font-size: 1rem;
        background-color:black;
    }
     /* If the screen size is 1440px wide or more, set the font-size to 2rem */
    @media screen and (min-width: 1024px) {
    figure.reviews figcaption {
        font-size: 2rem;
    }
    }
    
    img.reviews {
        Display: block;
        margin-bottom :0.4em;
        padding: 0;
        width: 100%;
        height: auto;
        }
    
    .imgblock {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    
    div.textdiv {
    font-size: 2vw;
    background-color: #101010;
    color: white;
    position: static;
    width: 100%;
    height: auto;
    margin : 0 auto;
    padding: 0px;
    border: 1px solid blue;
    }
    div.textdiv ol {
        padding-left : 10%;
        padding-right : 10%;
    }
    div.textdiv ol li {
        padding-left: 1em;
    }

    div.usermanual {
    box-sizing: border-box;
    font-size: 2rem;
    background-color: #f0f0f0;
    color: black;
    position: static;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin : auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    }
    div.usermanual h1{
        font-size: 3rem;
        color: black; 
    }
    div.usermanual h2{
        font-size: 2rem;
        color: black;
    }
    div.usermanual ol {
        padding-left : 2rem;
        padding-right : 0rem;
        margin-left: 1rem;
    }
    div.usermanual ol li {
        margin-left: 1rem;
        padding-left: 1rem;
        line-height: 1.4;
        margin-bottom: 0.5em;
    }
    @media screen and (max-width:1080px) {
        div.usermanual {
            font-size: 1rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }
        div.usermanual h1{
        font-size: 1.5rem;
        }
        div.usermanual h2{
        font-size: 1.2rem;
        }
        div.usermanual ol {
        padding-left : 0rem;
        padding-right : 0rem;
        }
        div.usermanual ol li {
        margin-left: 0rem;
        margin-right: 0rem;
        padding-left: 0rem;
        }
    }
    
    div.faqdiv {
    box-sizing: border-box;
    font-size: 2rem;
    background-color: #ffe8e8;
    color: black;
    position: static;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin : auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    }
    div.faqdiv ul.listredheading {
        list-style-type:square;
        margin:0;
        padding:0;
        font-weight: bold;
        color: red;
    }
    div.faqdiv ul {
        padding-left : 2rem;
        padding-right : 0;
        margin-left: 1rem;
    }
    div.faqdiv ul li {
        margin-left: 1rem;
        padding-left: 1rem;
        line-height: 1.4; 
        margin-bottom: 0.5em;
    }
    div.faqdiv ol {
        padding-left : 2rem;
        padding-right : 0;
        margin-left: 1rem; 
    }
    div.faqdiv ol li {
        margin-left: 1rem;
        padding-left: 1rem;
        line-height: 1.4;
        margin-bottom: 0.5em;
    }
    div.faqdiv ol ul {
        margin-left: 0;
        padding-left: 0;
    }
   
    div.faqdiv h1{
        font-size: 3rem;
        color: black; 
    }
    div.faqdiv h2 {
        font-size: 2rem;
        color : black;
    }
    div.faqdiv p {
        padding-left : 4rem;
        padding-right : 4rem;
    }
    @media screen and (max-width:1080px) {
        div.faqdiv {
            font-size: 1rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }
        div.faqdiv h1{
        font-size: 1.5rem;
        }
        div.faqdiv h2{
        font-size: 1.2rem;
        }
        div.usermanual ul {
        padding-left : 0rem;
        padding-right : 0rem;
        }
        div.faqdiv ol {
        padding-left : 0rem;
        padding-right : 0rem;
        }
        div.faqdiv ol li {
        margin-left: 0rem;
        margin-right: 0rem;
        padding-left: 0rem;
        }
        div.faqdiv p {
        padding-left : 1rem;
        padding-right : 1rem;
    }
    }
    
    div.rmanotes {
    box-sizing: border-box;
    border: thin blue solid;
    font-size: 2rem;
    background-color: #000000;
    color: white;
    position: static;
    width: 100%;
    max-width: 1440px;
    height: auto;
    margin : auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    }
    div.rmanotes h1{
        font-size: 3rem;
        color: white; 
    }
    div.rmanotes h2{
        font-size: 2rem;
        color: white;
    }
    div.rmanotes ol {
        padding-left : 2rem;
        padding-right : 0rem;
        margin-left: 1rem;
    }
    div.rmanotes ol li {
        margin-left: 1rem;
        padding-left: 1rem;
        line-height: 1.4;
        margin-bottom: 0.5em;
    }
    @media screen and (max-width:1080px) {
        div.rmanotes {
            font-size: 1rem;
            padding-left: 1rem;
            padding-right: 1rem;
        }
        div.rmanotes h1{
        font-size: 1.5rem;
        }
        div.rmanotes h2{
        font-size: 1.2rem;
        }
        div.rmanotes ol {
        padding-left : 1rem;
        padding-right : 0rem;
        }
        div.rmanotes ol li {
        margin-left: 0rem;
        margin-right: 0rem;
        padding-left: 0rem;
        }
    }
    
    ul.listremarks {
        list-style-type:none;
        font-style:italic;
        font-size:75%;
        margin:0;
        padding:0;
    }
    ul.listremarks li {
        margin-left: 0;
        padding-left: 0;
    }
    
    li.whitechinese {
        color: white;
        letter-spacing: 0.15em;
    }
    ul.whiteanswers {
        list-style-type:none;
        color: white;
        letter-spacing: 0.15em;
        margin:0;
        padding:0;
    }
    p.chinese {
        letter-spacing: 0.15em;
        line-height: 1.5;
        padding: 0;
    }

    span.blackhead {color:black; font-size: 50%;}
    span.hidehead {color: #fff0f0; font-size: 50%;}
    
    a.textlink:link {color:blue; text-decoration: none; font-weight: normal;}
    a.textlink:visited {color: blue; text-decoration: none; font-weight: normal;}
    a.textlink:hover {color: dodgerblue; TEXT-DECORATION: none; font-weight: normal;}
    a.textlink:active {color: dodgerblue; TEXT-DECORATION: none; font-weight: normal;}
    a.textlinkbright:link {color:dodgerblue; text-decoration: none; font-weight: normal;}
    a.textlinkbright:visited {color: dodgerblue; text-decoration: none; font-weight: normal;}
    a.textlinkbright:hover {color: lightblue; TEXT-DECORATION: none; font-weight: normal;}
    a.textlinkbright:active {color: lightblue; TEXT-DECORATION: none; font-weight: normal;}
    a.textlinkbold:link {color:blue; text-decoration: none; font-weight: bold;}
    a.textlinkbold:visited {color: blue; text-decoration: none; font-weight: bold;}
    a.textlinkbold:hover {color: dodgerblue; TEXT-DECORATION: none; font-weight: bold;}
    a.textlinkbold:active {color: dodgerblue; TEXT-DECORATION: none; font-weight: bold;}
    a.textlinksmall:link {font-size:75%; color:blue; text-decoration: none; border-bottom: 1px dashed blue;}
    a.textlinksmall:visited {font-size:75%; color: blue; text-decoration: none; border-bottom: 1px dashed blue;}
    a.textlinksmall:hover {font-size:75%; color: dodgerblue; TEXT-DECORATION: none; border-bottom: 1px dashed blue;}
    a.textlinksmall:active {font-size:75%; color: dodgerblue; TEXT-DECORATION: none; border-bottom: 1px dashed blue;}
    a.textlinkboldrow:link {color:blue; text-decoration: none; font-size:3vw; font-weight: bold;}
    a.textlinkboldrow:visited {color: blue; text-decoration: none; font-size:3vw; font-weight: bold;}
    a.textlinkboldrow:hover {color: dodgerblue; TEXT-DECORATION: none; font-size:3vw; font-weight: bold;}
    a.textlinkboldrow:active {color: dodgerblue; TEXT-DECORATION: none; font-size:3vw; font-weight: bold;}

