<style>
    A:hover {
        color: #FFFF00;
        }
    body {
        color: #000000;
        margin: 0px;
        }
    h1 {
        text-align: center;
        font-size: 15pt;
        font-weight: bold;
        font-family: sans-serif;
        }
    h2 {
        text-align: center;
        font-size: 14pt;
        font-family: sans-serif;
        }
    h3 {
        text-align: left;
        font-size: 12pt;
        font-family: sans-serif;
        }
    p {
        text-align: left;
        font-size: 10pt;
        font-family: sans-serif;
        }
    
    p.pagetitle {
        color: #336633;
        text-align: center;
        font-size: 15pt;
        font-weight: bold;
        font-family: sans-serif;
        padding-top: 10px;
        padding-bottom: 10px;
        }

    p.pagetitle2 {
        color: #336633;
        text-align: center;
        font-size: 15pt;
        font-weight: bold;
        font-family: sans-serif;
        padding-top: 0px;
        padding-bottom: 0px;
        }

    p.next {
        color: #336633;
        text-align: right;
        font-size: 15pt;
        font-weight: bold;
        font-family: sans-serif;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    p.daysummary {
        text-align: center;
        font-size: 12pt;
        font-weight: bold;
    }

    p.navprev {
        text-align: left;
        font-size: 12pt;
        font-weight: bold;
    }

    p.navnext {
        text-align: right;
        font-size: 12pt;
        font-weight: bold;
    }

    span.details {
        font-size: 10pt;
        font-weight: normal;
        }

    p.menu {
        text-align: left;
        margin-top: 0px;
        margin-left: 2px;
        margin-bottom: 2px;
        }
    
    p.alphadata {
        text-align: left;
        margin-left: 5px;
        margin-right: 5px;
    }

    p.numdata {
        text-align: right;
        margin-left: 5px;
        margin-right: 5px;
    }

    p.caption {
        text-align: center;
        margin-top: 0px;
        margin-left: 2px;
        margin-bottom: 2px;
        }
    
    a.menu {
        font-size: 12pt;
        font-family: sans-serif;
        text-decoration: none;
        color: #336633;
        }
    
    span.tiny {
        font-size: 12px;
        font-weight: 100;
        }
    div.contents {
        margin-top: 10px;
        margin-left: 10px;
        }

    div.box {
        border-style: solid;
        border-width: 1px;
        margin: 10px;
        padding: 4px;
        }

    div.picture {
        border-style: solid;
        border-width: 1px;
        margin: 10px;
        padding: 4px;
        }

    td.topofpage {
        background-color: #99cc66;
        }

    td.menu {
        background-color: #99cc66;
        }

    th.topofpage {
        background-color: #99cc66;
        }

    th {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 2;
    }

#heading {
    position: relative;
    width: 100%;
    height: 60px;
}
#prev {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;

}
#title {
    position: absolute;
    width: 100%;
    top: 0;
    
}
#next {
    position: absolute;
    top: 0;
    right: 10;

}

#nextroute {
    position: absolute;
    top: 0;
    right: 10;
    background-color: #000000;

}
    td.menu {
        background-color: #99cc66;
        }

    li {
        text-align: left;
        font-size: 10pt;
        font-family: sans-serif;
        }
    

</style>

