﻿body 
{
    font-family: Verdana;
    font-size: x-small;
}
h4
{
    font-size:small;
}
.comment
{
    text-align: left;
}
.commenttitle
{
    text-align: left;
    font-weight:bolder;
}
.HeaderNav
{
    color: White;
}
.HeaderNav a, a:link
{
    color: White;
    font-weight: bold;
    text-decoration: none;
    
}
.HeaderNav a:hover
{
    color: Yellow;
}

.FooterNavLinks a, a:link
{
    color: black;
    font-weight: bold;
    text-decoration: none;
    
}
.FooterNavLinks a:hover
{
    color: blue;
}