body {
    font-family: 'Courier New', Courier, monospace;
    font-size: 90%;
    width: 90%;
    margin-left: 2%;
    margin-right: 2%;
}
h1 {
    font-size: 2em;
}
h2{
    font-size: 1.5em;
}
h3{
    font-size: 0.5em;
}
div.font1point3{
    font-size:1.3em;
}
div.font1point6{
    font-size: 1.6em;
}
#arial{
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.2em;
}
p{
    margin: ;
}
div.menu15 {
    float: left;
    width: 15em;
}
div.menu10{
    float: left;
    width: 10em;
}
div.right {
    float: right;
}
div.centre{
    margin-left: 18em;
}
#bottom {
    font-size: 50%;
}
#indent10 {
    margin-left: 10em;
}
.percent60{
    font-size: 60%;
}
.percent85{
    font-size: 85%;
}
.percent100{
    font-size: 100%;
}
.percent120{
    font-size: 120%;
}
.percent150{
    font-size: 150%;
}
.percent200{
    font-size: 200%;
}

table {
    border-collapse: collapse;
  }
  
  th, td {
    text-align: center;
    vertical-align: top;
    border: 1px solid #ddd;
  }
  
  td:hover {background-color:#bcba95;}


.white{
    color: white;
}
.black{
    color: black;
}
.pink{
    color:deeppink;
}
.blue{
    color: blue;
}
.red{
    color: crimson;
}
.lightgrey{
    color: lightgrey;
}
.grey{
    color: grey;
}
.darkgrey{
    color: darkgrey;
}
.dimgrey{
    color: dimgrey;
}
.darkviolet{
    color: darkviolet;
}
.magenta{
    color: magenta;
}
.sienna {
    color: sienna
}
.saddlebrown{
    color: saddlebrown;
}
.olive{
    color: olive;
}
.textright{
    text-align: right;
}
.paragraphleft75{
    margin: 0 75% 0 0;
}
.paragraphcenter2020{
    margin: 0 20% 0 20%;
}
.paragraphright75{
    margin: 0px 0px 0px 75%;
}
.paragraphright40{
    margin: 0 0 0 40%;
}
.backgrounddarkgrey{
    background-color: darkgrey;
}
.backgrounddarkslategrey{
    background-color: darkslategrey;
}
.backgrounddimgrey{
    background-color: dimgrey;
}
.backgroundsienna{
    background-color: sienna;
}