body {
  background-color: white;
  color: black;
  font-family: Verdana;
   cursor: url("/graphics/cursor.gif"), auto;
  background-color: #be9886;
  background-size: 25%;
  font-size: 16px;

}

#header {
  background-color: #778d7a;
  margin-bottom: 10px;
  margin-top: 5px;
  height:auto;
}

#gutter {
  float: left;
  width: 3%;
  height: 1px;
}

#gutterR {
  float: right;
  width: 3%;
  height: 1px;
}
#col2 {
  float: left;
  width: 48%;
  background-color: #a5cbaa;
  margin-bottom: 10px;
  margin-left: 3%;
  max-height: 80%;
  overflow-y:auto;
  border-style:dotted;
  border-color:#b48068;
  border-width:2px;
  border-radius:4px;
}

#col1 {
  float: left;
  width: 20%;
  background-color: #a5cbaa;
  margin-bottom: 10px;
  max-height: 80%;
    border-style:dotted;
  border-color:#b48068;
  border-width:2px;
  border-radius:4px;
}

#col3 {
  float: right;
  width: 20%;
  margin-left: 3%;
  background-color: #a5cbaa;
  margin-bottom: 10px;
  max-height: 80%;
    border-style:dotted;
  border-color:#b48068;
  border-width:2px;
  border-radius:4px;
}

#footer {
  clear: both;
  height: 50px;
  background-color: #778d7a;
}

h1 {
  margin: 0;
  padding: 5px;
}

h2 {
  margin-top: 0;
  padding-top: 7px;
}

h2, p {
  margin-left: 7px;
  margin-right: 7px;
}


/* unvisited link */
a:link {
  color: green;
}

/* visited link */
a:visited {
  color: brown;
}

/* mouse over link */
a:hover {
  color: green;
}

/* selected link */
a:active {
  color: green;
}
img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
} 