body {
  background-color:blue;

}



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

h1 {
    font-family: courier;
    font-size:50px;
    font-weight: bold;
    line-height:20%;
    color: rrrggbb;
}

h2 {
    font-family: courier;
    font-size:30px;
    font-weight: bold;
    line-height:200%;
    color: rrggbb;
}

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


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