<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{
   margin: 0px;
    padding: 0px;
    background-image:url("back2.jpg");
    background-repeat: repeat;
    background-size: 100%;
    }
    
body{
    font-family: georgia, serif;
    color: white;
    width:100%;
    margin: 0px;
    padding: 0px;
}


/*Menu at top of every page*/

h1{
    font-size: 70px;
    text-align: center;
    font-family: "Courier New";
    color:black;
}

div.topnav{
    font-size: 20px;
    font-family: "Courier New";
    text-align: center;
    color: white;
    padding: 10px;
}

img.CCL{
    width: 55px;
    height: 15px;
}

hr {
    border-color: black;
    border-width: 10px;
    border-style: solid;
}

.topnav{
    overflow: hidden;
    background-color: black;
}

.topnav a{
    float: none;
    color: white;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
}

.topnav a:hover{
    background-color: #705410;
    color: black;
}

.topnav a.active{
    background-color: #f2dca6;
    color: black;
}

div.menu{
    background-image:url("back2.jpg");
}

/*LINKS*/
a{
    color: black;
}

/* mouse over link */
a:hover{
    color: #705410;
}
/* selected link */
a:active{
    color: white;
}

h2{
    font-size: 25px;
    text-align: left;
}

p{
    font-size: 16px;
}

div.img{
    float: right;
    width: 40%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 2%;
    margin-bottom: 2%;
}
img[id]{
    width: 100%;
    border-width: 5px;
    border-style: solid;
    border-color: black;
}

div.main{
    font-family: georgia, serif;
    color: black;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    width: 30%;
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: 2%;
    float: left;
    background: #f2dca6;
    border-width: 5px;
    border-style: solid;
    border-color: black;
}

div.main2{
    text-align: left;
    letter-spacing: 2px;
    line-height: 1.5;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    background: #f2dca6;
    }

p.about{
    text-indent: 15px;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
h3{
    text-indent: 10px;
    font-size: 18px;
}

div#map{
    float: right;
    width: 40%;
    padding-right: 10%;
    padding-top: 1%;
    padding-bottom: 1%;
}

div.person{
   font-family: georgia, serif;
    color: black;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    padding-bottom: 1%;
    width: 80%;
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: 2%;
    float: left;
    background: #f2dca6;
    border-width: 5px;
    border-style: solid;
    border-color: black; 
}

div.person2{
    text-align: left;
   letter-spacing: 2px;
   line-height: 1.5;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 1%;
    padding-bottom: 1%;
    background: #f2dca6;
}</pre></body></html>