﻿h1 {
    color: var(--aa-link-hover-color);
    font-style: italic;
}

h4 {
    color: var(--aa-link-color);
}

h5 {
    font-weight: bold;
    color: yellow
}

/* div {
        white-space: pre-wrap;
    }*/

.mono {
    font-family: monospace;
    color:white
}

a {
    color: cyan;
    font-size: 12pt !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
}

.hdr {
    text-align: left !important;
    padding-bottom: 18px !important;
    font-family: "Farsan", 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, cursive;
    color: #ffffff;
    text-align: center;
    font-size: 24pt;
}

.txt {
    font-family: "Farsan", 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, cursive;
    color: silver;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
    margin: 10px 0px 10px 0px;
    text-align: left;
    text-justify: auto
}

div {
    padding: 10px;
    /* border:1px solid #FFFF00 !important*/
}
.allin-txt{
    font-size:1.2em;
    color:white
}
.nvrexp{
    color:aqua
}
.holow{
    font-size:1.6em;
    color:yellow;
}