
.pagecontent {
    padding-left: 50px;
    padding-right: 50px;
}

h1 {
    font-family: New Times Roman;
    font-size:50px;
    font-weight: bold;
    line-height:200%;
    color: brown;
}

h2 {
    font-family: News Time Roman;
    font-size:30px;
    font-weight: bold;
    line-height:200%;
    color: brown;
}

p {
    font-family: courier;
    font-size:20px;
    line-height:200%;
    color: brown;
}


li {
    font-family: courier;
    font-size:20px;
    line-height:200%;
    color: brown;
}
body {
  background-color: tan
}