body {
  font-family: sans-serif;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  background-image:url(hatter.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}

#content {
  background-color: rgba(255, 255, 255, 0.6);
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  width: 980px;
}

.frame {
  width: 490px;
  float: right;
  padding: 0px 5px 5px;
  overflow: hidden;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: rgba(227, 225, 233, 0.8);
}

.frame img {
  width: 499px;
  position: relative;
  left: -5px;
  border-bottom: 2px solid black;
}

h1,
h2 {
  font-variant: small-caps;
  font-style: italic;
  font-style:italic;
  text-align:center;
  line-height:130%;
}

p.imgtitle {
    font-size: 1.1em;
    margin: 0;
    text-align: center;
    font-style: italic;
}

table,
.frame {
    border: 3px solid green;
    background-color: rgba(227, 225, 233, 0.8);
    overflow: hidden;
    border-spacing:0px;
    
    text-align:center;
}
th {
    background-color: black;
    color: white;
    padding: 15px;
}

td{
    border:solid 1px black;
    padding:15px;
}


a:link,
a:visited {
  color: blue;
  text-decoration:none;
}
p{
    text-align:justify;
    text-indent:25px;
}

a:hover{
    color:yellow;
}