﻿body
{
    margin: 0px;
}

.smalltext
{
    font-size: 9px;
}

.boxheader
{
    border-bottom: solid 2px black; 
}

.boxheaderright
{
    border-bottom: solid 2px black;
    text-align: right;
}


.subheader
{
    font-size: 24px;
}

.subheader2
{
    font-size: 20px;
}

a:visited
{
    color: Blue;
    text-decoration: none;
}
a:link
{
    color: Blue;
    text-decoration: none;
}
a:hover
{
    color: Green;
    text-decoration: underline;
}

.sub2header
{
    font-size: 20px;
}
