img {
  width: 100%;
  height: auto;
}
.sights, th, td {
  border: 1px solid antiquewhite;
  background-color: #3F3FBF;
  color: #ffffff;
}
a:visited {
  color: goldenrod;
  background-color: black;
}
a:link {
  color: #5F9EA0;
}
a:hover {
  color: white;
  background-color: black;
}
#addlcontent {
  background-color: slateblue; 
  color: antiquewhite;
  text-align: center;
}
.webtop {
  border-style: solid;
  border-radius: 0%50%50%0;
  border-width:25px;
  font-size: 18px;
  color: rgb(50,10,250);
}
.webmeat {
    border-style: solid;
  border-radius: 0%50%50%0;
  border-width:15px;
  border-color:purple;
}
.webdata {
    border-style: solid;
  border-radius: 0%50%50%0;
  border-width:15px;
  border-color:goldenrod;
}
.disclaimer {
  font-size: 11px;
}
.bigbutton {
  width: 75px;
}
.groundhog {
  width: 100px;
}
#is {
  color: red;
}