body
{
    color: black;
    background-color: white;
}

.siteTitle
{
    text-align: center;
    font-size: 40pt;
}

.pageTitle
{
    text-align: center;
    font-size: 30pt;
}

.centeredTable
{
    margin-left: auto;
    margin-right: auto;
}

.centeredTableWithBorder
{
    margin-left: auto;
    margin-right: auto;
    border-top: 1px inset;
    border-left: 1px inset;
    border-right: 1px outset;
    border-bottom: 1px outset;
}

.cellBorder
{
    border-style: solid;
    border-top: 1px inset;
    border-left: 1px inset;
    border-right: 1px outset;
    border-bottom: 1px outset;
    padding: 5px;
}

.alignTop
{
    vertical-align: top;
}

.center
{
    text-align: center;
}

.alignRight
{
    text-align: right;
    padding: 10px;
}

.alignLeft
{
    text-align: left;
    padding: 10px;
}

a:link
{
    color: blue;
    text-decoration: none;
}

a:visited
{
    color: blue;
    text-decoration: none;
}

a:active
{
    color: red;
    text-decoration: underline;
}

a:hover
{
    color: blue;
    text-decoration: underline;
}