body {font-size: medium;
      font-family: "Times New Roman" "serif";
      font-style: normal;
      color: black;
      font-weight: normal;
      margin: 2% 0% 2% 0%;
      background-color: white}

h1 {font-size: x-large;
    font-family: "Times New Roman" "serif";
    font-style: normal;
    font-weight: normal}

h2 {font-size: large;
    font-family: "Times New Roman" "serif";
    font-style: normal;
    font-weight: normal}

p {margin-left: 2%;
   margin-right: 2%}

a:link {color: rgb(0%, 0%, 100%);
        text-decoration: none}

a:visited {color: rgb(50%, 0%, 50%);
           text-decoration: none}

a:hover {text-decoration: underline}
