
    body {

        background-color: #0F594C;

        margin: 010%;

        font-family: sans-serif;

    }

    h1 {

        color: #D97E96;

        text-align: center;

        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

        text-transform: uppercase;

        border-bottom: 1px solid #4D8C63;

        margin-top: 30px;
    }

    h2 {
        color: #4D8C63;
        font-size: 1em;
        text-align: center;
    }

    h3 {
        color: #D97E96;

        text-align: center;

        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;


    }

    h4 {
        color: #4D8C63;

        text-align: center;
    }

    table {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    p {

        font-family: Georgia, serif;
    }

    .center {
        text-align: center;
    }

  a:link {
  color:#0F594C
  text-decoration none;

  border-radius: 50px;
  background-color: #D97E96;
  padding: 12px;
  width: 100px;
  height: 110px;

  /* "none" =  no underline */
}

/* ////////// LINKS /////////*/

/* unvisited link */
a:link {
    color: #804657;
    text-decoration: none
}

/* visited link */
a:visited {
color: #4D8C63;
}

/* mouse over link */
a:hover {
color: #804657;
}

/* selected link */
a:active {
color: #0F594C;
}

/* ////////// NAV LINKS /////////*/
nav {
height: 3em;
padding: 2em 0;
letter-spacing: 1px;
font-size: 1em ;
font-weight: 800;
}

/* unvisited link */
nav a:link {
color: #D97E96;
background-color:#804657;
border-radius: 9px;
text-decoration:none;
}

/* visited link */
nav a:visited {
color: #4D8C63;
background-color:#804657;
border-radius: 6px;
}

/* mouse over link */
nav a:hover {
color: #0F594C;
background-color:#D97E96;
}

/* selected link */
nav a:active {
color: #4D8C63;
}