P, TH, TD {
font-family: arial, sans-serif;
 color: #A00060;
 font-size: 14pt;
}

H1 {
font-family: arial, sans-serif;
 color: #A00060;
 font-size: 24pt;
}

H2 {
font-family: arial, sans-serif;
 color: #A00060;
 font-size: 20pt;
}

H3 {
font-family: arial, sans-serif;
 color: #A00060;
 font-size: 16pt;
}

H4 {
font-family: arial, sans-serif;
 color: #A00060;
 font-size: 14pt;
}

LI {
font-family: arial, sans-serif;
 color: #A00060;
}

.big {
font-size: 16pt;
}

.bigbold {
font-size: 16pt;
 font-weight: bold;
}

.vbig {
font-size: 18pt;
}

.vbigbold {
font-size: 18pt;
 font-weight: bold;
}

.small {
font-size: 12pt;
}

.smallbold {
font-size: 12pt;
 font-weight: bold;
}
.vsmall {
font-size: 10pt;
}

.vsmallbold {
font-size: 10pt;
 font-weight: bold;
}

.vvsmall {
font-size: 8pt;
}

.vvsmallbold {
font-size: 8pt;
 font-weight: bold;
}

.center {
text-align: center;
}

.box {
border: solid;
 border-width: 2;
 border-color: #A00060;
}

.cwhite {
color: white;
}

.ccream {
color: #FFFFCC;
}

.cmauve {
color: #A00060;
}
.mauveback {
color: #FFFFCC;
 background: #A00060;
}

.creamback {
color: #A00060;
 background: #FFFFCC;
}

.mauveborder {
border: thick double #CC0000;
 font-family: Arial, sans-serif; text-align: center;
 color: #FFFFCC;
 background: #A00060;
}




.NavigationBar {
    overflow: hidden;
    background-color: #A00060;
    font-family: Arial;
}

.NavigationBar a {
    float: left;
    font-size: 16px;
    color: #FFFFCC;
    text-align: center;
    padding: 12px 12px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: #FFFFCC;
    padding: 12px 12px;
    background-color: inherit;
}

.NavigationBar a:hover, .dropdown:hover .dropbtn {
    background-color: #600060;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFCC;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(5,5,5,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #A00060;
    padding: 2px 2px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #FFDDCC;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.PopUpTrigger {
    overflow: hidden;
}
.PopUpBox {
    display: none;
    position: absolute;
    min-width: 200px;
    z-index: 1;
}
.PopUpTrigger:hover .PopUpBox {
    display: block;
}

