body {                                  /* defines background colour, font preference */
  background: #288f2f;                  /* dark green */
  font-family: Verdana, Arial, serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: left;
}

p {                                     /* defines colour for default paragraphs */
  color: #221122;                       /* dark blue */
}

a:link {color: #2222aa;}                /* these define colours for links */
a:visited {color: #000055;}
a:hover {color: #0044cc;}
a:focus {color: #0044cc;}
a:active {color: #0044cc;font-style: italic;}

#viewscreen{                            /* ID for the text description section */
  width: auto;
  margin: 10px;
  padding: 20px;
  border: 2px solid #113311;
  background: #daead4;
}

#viewscreen img {                        /* formatting for images in viewscreen section */
  max-width: 100%;
  border: 0;
}

#contact {                               /* ID for contact section */
  margin: 10px;
  padding: 0px 10px 0px 10px;
  border: 0;
}

#contact p {                             /* formatting for paragraphs in contact section */
  font-style: italic;
  text-align: right;
}

#galleryscreen {                        /* ID for the gallery section */
  width: auto;
  margin: 10px;
  padding: 20px;
  border: 2px solid #113311;
  background: #daead4;
}

#galleryscreen img {                    /* parameters for images in the gallery section */
  float: left;
  border: 1px solid #113311;
  padding: 0;
  margin: 0 10px 10px 0;
  display: inline;
  max-width: 100%;
}

.gallery {                              /* CLASS for gallery photos to omit margin between paragraphs */
  margin: 0;
}

.house {                                /* CLASS for blue and bold a la house of leaves */
  font-weight: bold;
  color: #000666;
}

ol.license {                            /* CLASS formatting the bulleted list of licenses */
  list-style-type: lower-alpha;
}

ol.license ul {
  list-style-type: none;
}  

.binomial {                             /* CLASS for underlining scientific names for genus and species */
  font-style: italic;
}

.hidden a {color: #daead4;}             /* CLASS for a hidden link - font color matches background */
