﻿body {
    background-color: rgb(31,29,33);
    color: White;
    font-family: Arial;
    margin:5px 0px 0px 5px;
}

#TopImages {
    width: 75px;
    height: 75px;
}

#ContactInfo {
    font-size: 8pt;
}

#ContactInfo a {
    color: White;
    text-decoration: none;
}

#xPages {
    font-size: 8pt;
}

#xPages a {
    color: White;
    text-decoration: none;
}

.GreenBorderImage {
    border: solid 3px rgb(201,214,130);
}

.Text {
    font-size:13pt;
    font-weight:bold;
    padding:0px 50px 0px 50px;
 }

.MenuLink {
    color:White;
    font-weight:bold;
    font-size:12pt;
    text-decoration:none;
}