/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body { 
     background-image: url('nature006.jpg')  
     }
.roundcorner{ border-radius: 20px;}     
.banner {width: 90%; }
.grid {display:table; }
.fbox {display: flex;  }
.source {font: bold; color: red;}
.quote {font-style: italic; text-align: left;}
.link {text-decoration: underline; color: blue;}
.toad { position:relative; left:75%;   bottom:30%; width:10%;}
  .wrap { width:960px; margin:0 auto;}
.image {display: inline; float: right; width: 30%;}    
  ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
p:first-letter{
   font-size: 200%;
   color: green;
   float: left;
 }
iframe {background-color: moccasin; background-image: none;}
h1 {text-align: center; font-family: sans-serif;}
a.nav {
    float: left;
    width: auto;
    text-decoration: none;
    text-align:center;
    color: white;
    background-color: purple;
    padding: 0.2em 0.6em;
    border-right: 1px solid white;
}
a.label{float: left;
    width: auto;
    text-decoration: none;
    text-align:center;
    color: white;
    background-color: purple;
    padding: 0.2em 0.6em;
    border-right: 1px solid white;
}

a.nav:hover {
    background-color: fuchsia;
   }
a.nav:active {background-color: oldlace; color:black;}

a.label:hover {background-color: purple; }
li {
    display: inline;

}