p {
    color: white;
    text-align: center;
    font-family: serif;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 5px;
    
}

body {
    font-family: Verdana, sans-serif;
}

h1 {
    text-align: center;
    color: black;
}

h2 {
   //text-decoration: bold;
    
}

h3 {
    text-decoration: none;
    font-family: sans-serif;
    color: white;
    text-align: center;
}

ul {
    color: white;
    align-content: center;
    text-align: center;
    font-family: serif;
    font-size: 17px;
}

a:link {
    color: #E1AB2A;
}

a:visited {
    color: #F0DB3C;
}

#main-content {
  margin: auto;
  background-color: #077840;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 70%;
}

#pageselection {
  position: inherit;
  width: 40%;
  height: 100%;
  right: 30%;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

footer {
    background-color: #414141;
    text-align: center;
    height: 30px;
    padding-bottom: 5px;
}

#skip a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;     
}

#skip a:focus {
    height: auto;
    position: static;
    width: auto;
}