
/* Change color here to change the background color */
body
{
    background-color:#ff0000;
}

h1
{
    color: #000000;
}

h2
{
    color: #000000;
}

h3
{
    color:#000000;
}

/* Change color here to change the large box colors */
#Middle #MiddleTop #LeftColumn .BoxLarge
{
    background-color: #808080;
}

/* Change color here to change the small box colors */
#Middle #MiddleTop #RightColumn .BoxSmall .MenuHeading, #Middle #MiddleTop #LeftColumn .BoxLarge .MenuHeading, .BoxSmall h3 , .BoxLarge h3
{
    color: #000000;
}

/* Change color here to change the small box colors */
#Middle #MiddleTop #RightColumn .BoxSmall
{
    background-color: #808080;
}
