body
{
    background-color: #2a2c2b;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    text-align: justify;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.Home
{
    font-size: 10px; 
}

.HomeLink
{
    font-size: 10px;
    color: white; 
    text-decoration: none;
}

.HomeLink:Hover
{
    color: Yellow; 
}

P
{
	margin: 0px 0px 0px 0px;
}

.Menu
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}

.Menu:Hover
{
    color: Yellow;
}

.Link
{
    color: Yellow;
    text-decoration: none;
}

.Link:Hover
{
    color: Red;
    text-decoration: none;
}

.Heading
{
    color: #fcff00;
    font-weight: bolder;
    font-size: 16px;
}

.Footer
{
    font-size: 10px;
    font-style: italic;
    color: GrayText;
}

.ContactTextBox
{
	background-color: #562091;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    text-align: left;
    text-decoration: none;
}

.ContactButton
{
	background-color: #562091;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}

.Heading2
{
    color: Yellow;
    font-weight: bolder;
    font-size: 16px;
}

.HeadingYellow
{
    color: #fffc00;
    font-weight: bolder;
    font-size: 12px;
}