
body {
    font-family: Arial, Helvetica;
    margin: 0;
}

table {
    font-family: Arial, Helvetica;
}

.title {
    font-family: Times New Roman, Times;
    font-size: 175%;
}

.subtitle {
    font-family: Times New Roman, Times;
    font-size: 120%;
}

.small {
    font-size: 85%;
}

.smaller {
    font-size: 70%;
}

.smallest {
    font-size: 60%;
}

.white {
    color: white;
}

a:link {
    color: #008855;
    text-decoration: none;
}

a:visited {
    color: #008855;
    text-decoration: none;
}

a:active {
    color: #008855;
    text-decoration: none;
}

a:hover {
    color: #008855;
    text-decoration: underline;
}

a.navbar:link {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a.navbar:visited {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a.navbar:active {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

a.navbar:hover {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.boxed {
    border-style: solid;
    border-width: 2px;
    border-color: black;
    padding: 5px;
    background-color: white;
}

