 /* unvisited link */
a:link {
  color: green;
  font-size: 18px;
  text-decoration: none;
  }

/* visited link */
a:visited {
  color: red;
  font-size: 18px;
}

/* mouse over link */
a:hover {
  color: black;
  text-decoration: underline;
  font-size: 18px;
}

/* selected link */
a:active {
  color: purple;
  font-size: 18px;
}

body {
 font-size: 18px;
 font-family: Arial, Helvetica, sans-serif;
 color: black;
 font-weight: bold;
 background-image: url("plasterbg.jpg");
 margin: 25px;

  background-color: #ADD8E6;

  }

  .left {
text-align: left;
}

 .center {
text-align: center;
}

.right {
text-align: right;
}



 h1 {font-size: 45px;
 }

 h2 {font-size: 25px;
 }

 table { background-color: white;

text-align: center;
margin-left:auto; margin-right:auto;

}

table, th, td {
  border: 5px solid black;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;

}

td {
    width: 200px;
    background-color: #ADD8E6;
}
