body {
    width: 70%;
    margin: 0;
    color: #000000;
    font-family: 'LMRoman10', sans-serif;
    font-size: 16px;
    padding-left: 15%;
    padding-right: 15%;
    min-height: 100%;
    padding-bottom: 10px;
}

header {
    background-color: #0095e6;
    padding-bottom: 10px;
    padding-top: 2px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

h1, h2, h3, h4 {
    padding-left: 2%;
}

nav {
    padding-left: 1%;
}

.hlink{
    color: #000000;
    text-decoration: none;
    padding: 0.25%;
    border-radius: 5px;
}

.hlink:link, .hlink:visited {
    background-color: transparent;
}

.hlink:active, .hlink:hover {
    background-color: #0074b3;
}

li {
    padding: 2px;
}

#thisone {
    background-color: #0085cc;
}

table {
    font: 'LMRoman10', sans-serif;
    border-collapse: collapse;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}

td, th {
    border: 1px solid #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

caption {
    caption-side: bottom;
    text-align: center;
    padding: 5px 5px 20px 5px;
    line-height: 1.5;
}

p {
    line-height: 1.5;
}

figcaption {
    text-align: center;
}

.wide {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.tall {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

img {
    padding-bottom: 15px;
}

.footer {
    text-align: center;
    line-height: 1;
}

footer {
    position: relative;
    bottom: 0;
    width:70%;
    height:10px;   /* Height of the footer */
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

a {
    color: black;
    text-decoration: none;
}

.tracker {
    color: blue;
    text-decoration: underline;
}