
body {
/* background-color: #D2B48C Hex code for "TAN" */
background-color: #FAEBD7; /* Hex code for "ANTIQUE WHITE" */
background-image: url(images/USGS3_brown.jpg);
margin-left: 2cm;
margin-right: 2cm;
margin-bottom: 2cm}


/* Image and Caption Declarations */

img.high {
vertical-align:text-top; /* Image bottom same level as text bottom */
border: none}

p.caption {
font-size: x-large;
font-variant: small-caps;
font-weight: bold}





/* Begin Links Section */

a:link {text-decoration: none} /* do not underline links */

a:hover {
border: groove;
border-color: blue}  /* put a blue border around a link when it is "hovered" */

a:visited {text-decoration: none} /* do not underline links */

/* End Links Section */