﻿.left {
    float: left;
}

.right {
    float: right;
}

h1 {
    color: rgba(20,38,97,.84);
}

a {
    text-decoration: none;
    color: rgba(20,38,97,.84);
    font-weight: bold;
}

table tr th {
    font-weight: bold;
    text-align: left;
    padding: 5px;
}

table tr td {
    border-top: solid 1px silver;
    padding: 5px;
}
