﻿.pMenus
{
    margin-top: 0px;
    margin-bottom: 8px;
}
.CenteredTitle
{
    text-align: center;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 8px;
}
h1
{
    text-align: center;
    font-size: x-large;
    margin-top: 0px;
}
.divStoreMenu p
{
    margin-top: 0px;
    margin-bottom: 8px;
}
.divStoreMenu
{
}
.divStoreMenu h2
{
    margin: 0px;
    text-align: center;
    font-weight: bold;
    font-size: large;
}

a:active
{
    color: #663300;
}
a:visited
{
    color: #663300;
}
a:hover
{
    color: #663300;
}
a:link
{
    color: #663300;
}

/* I added the "global 'a' tags but am leaving the ones below if we want to change the global settings. */
.divStoreMenu a:active
{
    color: #663300;
}
.divStoreMenu a:visited
{
    color: #663300;
}
.divStoreMenu a:hover
{
    color: #663300;
}
.divStoreMenu a:link
{
    color: #663300;
}
