#menu {

    width: 100%;

    background-color: white;
    text-align:  center;
    padding: 0px;	

	}

#section {
    width:100%;

    float:left;
    padding:10px;	
    background-color:white; 	 
	}
#history {
    background-color: #0194D9;
    width:100%;
    clear: both;
    text-align: center;
	}	
#footer  { text-align: center; width: 100%; clear: both }
    
:root {
    --AnjonBlue: #0194D9;    
	}
	
body { color: navy; font-size: 12pt; font-family: Verdana; font-style: normal; font-weight: normal; font-stretch: normal; word-wrap: break-word; }
p { color: navy; font-size: 12pt; font-family: Verdana; font-style: normal; font-weight: normal; font-stretch: normal; word-wrap: break-word; }
h1   { color: navy; font-size: 30pt; font-family: Verdana; font-style: normal; font-variant: small-caps; font-weight: normal; font-stretch: normal;  text-align: center }
h2  { color: navy; font-size: 24pt; font-family: Verdana; font-style: normal; font-variant: small-caps; font-weight: normal; font-stretch: normal;  }
h3  { color: navy; font-size: 18pt; font-family: Verdana; font-style: normal; font-variant: small-caps; font-weight: normal; font-stretch: normal;  }
h4  { color: Navy; font-size: 12pt; font-family: Verdana; font-style: normal; font-variant: small-caps; font-weight: normal; font-stretch: normal;  }
h5  { color: white; font-size: 30pt; font-family: Verdana; font-style: normal; font-variant: small-caps; font-weight: normal; font-stretch: normal;  text-align: left }

a    { color: navy; font-family: Verdana; font-weight: normal; font-stretch: expanded; text-decoration: none }
a:visited  { color: #0072bc; font-family: Verdana; font-style: oblique; font-weight: normal; font-stretch: normal; text-decoration: none }

.reverse { color: #ffffff; font-family: Verdana }

#CMOptions          { visibility: hidden; position: absolute; z-index: 2; top: 40px; right: 0; width: 20%; height: 250px }
#grad1 {
    background-image: linear-gradient(#0194D9, #FFFFFF);
}

