.container {
    width: 100%;
    }

* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

    header {

        text-align: center;
        color: black;
        font-family:Arial Black, Gadget, sans-serif;
        font-size: 42px;
        font-weight: bold;
        line-height: 2em;
    }

    nav {

        color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: large;
        line-height: 2em;
        text-align: center;
    }

    nav#navigation ul {
    
        display: inline;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    nav#navigation li {
    
        display: inline;    
        padding: 3px;
        margin-bottom: 3px;
    }

    nav#navigation a {
        color: black;
        display: inline-block;
        text-decoration: none;
        padding: 14px 16px;
    }

    nav#navigation li a:hover {

        text-decoration: underline;
    }

    article {

        margin-left: 5px;
        margin-right: 5px;
        text-align: left;
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 17px;
    
    }


    article p {

        
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 17px;
        line-height: 1.5em;   
    }


    article ul {

        text-align: left;
        color: black;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 17px;
        line-height: 1.5em;   
    }

    article a {
        color: DimGray;
        text-decoration: none;
    
    }

    article a:hover {
        text-decoration: underline;
    }

  @media only screen and (min-width: 1601px) {

		article {

			margin-left: 30em;
			margin-right: 30em;
		}

	}

	@media only screen and (min-width: 700px) and (max-width: 1600px) {

		article {

			margin-left: 15em;
			margin-right: 15em;
		}

 /*body div.header { 

text-align: center;
color: black;
font-family:Arial Black, Gadget, sans-serif;
font-size: xx-large;
font-weight: bold;
line-height: 2em;

}

.menu {

    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: large;
    line-height: 1em;
    text-align: left;

}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu li {
    padding: 3px;
    margin-bottom: 3px;
}

.menu li a {

    color: black;
    text-decoration: none;
}

.menu li a:hover {

    font-weight: bold;
}


.main {

    text-align: left;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
}


.main p {

    text-align: left;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.5em;   
}

.main ul {

    text-align: left;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.5em;   
}

.main a {
    color:gray;
    text-decoration: none;
    
}

.main a:hover {
    text-decoration: underline;
}

.main span {
    color: grey;
    
}

.main span:hover {
    text-decoration: underline;
}

div.right {

float: right;

}

[class*="col-"] {
    float: left;
}

header {

text-align: center;
color: black;
font-family:"Arial Black", Gadget, sans-serif;
font-size: xx-large !important;
font-weight: bold;
line-height: 2em;

}

/* For mobile phones: */
.col-1 {width: 100%;} 
.col-2 {width: 100%;} 
.col-3 {width: 70%;} 
.col-4 {width: 30%; text-align: right;}

/* For desktop: */
@media only screen and (min-width: 768px) {
   
    .col-1 {width: 15%;}
    .col-2 {width: 70%;}
    .col-3 {width: 35%;}
    .col-4 {width: 35%; text-align: right;}
}*/








/*
     FILE ARCHIVED ON 13:43:09 Feb 6, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 2:47:57 Jul 21, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
