body {font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }

h1 {
    font-size: 1.5rem;
    text-align: center;
}

h2 {
    font-size: 1.25rem;
    text-align: center;
}

h3 {
    font-size: 1rem;
    text-align: center;
}

h4 {
    font-size: 0.75rem;
    text-align: center;
}

h5 {
    font-size: 1.5rem;
}

h6 {
    font-size: 1.25rem;
}

p {
    font-size: 1rem;
}

@media (min-width: 370px) {
    html {
        font-size: 8px;
    }
}

@media (min-width: 480px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 2048px) {
    html {
        font-size: 18px;
    }
}


.dash { border-style:dashed; border-width:3px;border-color:green; padding:4px;}
.footer {text-align:center;border-top-style:solid;border-width:1px;padding:3px;font-size:0.75rem;}
.copyright {text-align:right;font-size:0.75rem;}

