html {

  background-image: url("images/water-texture-recolor.jpg");
  background-repeat: repeat;
  padding-left: 11em;
  padding-right: 11em;
  background-attachment: fixed;

}


body {

  font-family: Georgia, "Times New Roman",
        Times, serif;
  color: black;
  background-color: white;
  padding-left: 1em;
  padding-right: 1em;


 }

a:link {
  color: lightblue }
a:visited {
  color: purple }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }



h2 {

color: white;
background-color: #3f80ea;
    border-style: solid;
    border-width: 5px;
    border-color: blue;
    text-align: center;
    font-size: 30px; 
}


h3 {

text-align: left;
border-bottom: 1px solid blue;

}



div.gallery {
    margin: 5px;
    float: left;
    width: 300px;

}

div.gallery img {
    width: 100%;
    height: auto;
    text-align:center;
}

div.desc {
    padding: 15px;
    text-align: center;
}

#othersite {
	width: auto;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color: #3f80ea;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
        text-align: center;

}
#othersite li {
        float: left;	



 }
#othersite li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	border-right: 1px solid #ccc; }


#othersite li a:hover {
	color: #c00;
	background-color: orange; }


div.play {



    font-size: 25px;    
    color: black;
    text-align: center;
    width: auto;


}


