body {
       font-size: small;
       color: white;
       background-color: black;
       font-family: sans-serif;
       }

h2 { 
     color: maroon;
     }

A:link { 
         color: teal;
         }

A:visited { 
            color: teal;
}

