body{
    font-family: 'TimesNewRomanPSMT', 'Times New Roman', 'serif';
    color:rgb(70,60,60);
    font-size:smaller;
    margin-left: auto;
    margin-right: auto;
    width:700px;
    background:rgb(255,255,255);
}

h3 {
    font-family: 'ArialMT', 'Arial', 'sans-serif';  
    font-size: 24px;
    font-weight: bold;
}

div.navigationMenu{
    padding:10px 20px;
    word-spacing: 25px;
    text-align:center;
    margin-right: auto;
    margin-left: auto;
}

.navigationMenu a{
    font-family: 'ArialMT', 'Arial', 'sans-serif';
    font-size: larger;
    font-weight: bold;
    color:rgb(120,120,120);
    text-decoration: none;
    word-spacing: normal;
}

div.header{
    margin-bottom: 30px;
    
}

.header h1{
    font-weight:normal;
    font-variant: normal;
    font-style:normal;
    font-size: 34px;
    margin-top: 5px;
    margin-bottom:0px;
}

.header h2{
    font-weight:normal;
    font-variant: normal;
    font-style:normal;
    font-size: 16px;
    margin-top:5px;
}

a {
    color:rgb(70,60,60);
}

a:visited {
    color:rgb(100,100,100);
}

a:hover {
    color:rgb(0,0,0)
}

div.footer{
    font-size:x-small;
    font-style: italic;
    color:rgb(120,120,120);
}


table{
    border: 1px black solid;
    border-collapse:collapse;
    margin:5px;
}

th{

    background-color:rgb(120,120,120);
    color:white;
    text-align:left;
}

th, td{
padding:4px;
}