body {
    background-color: rgb(119, 255, 248);
    text-align:center
  }
  
  h1 { border: 1px solid black;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-right: 150px;
    margin-left: 80px;
    background-color: rgb(119, 255, 248);
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  
  p {
    font-family: Arial;
    font-size: 20px;
  }
  a:link {
    color: rgb(51, 255, 0);
    background-color: transparent;
    text-decoration: none;
  }
  a:visited {
    color: pink;
    background-color: transparent;
    text-decoration: none;
  }
  a:hover {
    color: black;
    background-color: transparent;
    text-decoration: underline;bold;
  }
  a:active {
    color: red;
    background-color: transparent;
    text-decoration: underline;
  }
table {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif



}




    
  