body {
     font-family: Arial;
     font-size: 10pt;
}

.Artist_Hover
{
    background-color: #7e9a6a;
}

.Artist_Hover a
{
    color: White;
    text-decoration: none;
}

.Artist_Hover a:hover
{
    color: Black;
    text-decoration: underline;
}
.SWGW_ArtistLink
{
    color: #7e9a6a;
    font-weight: bold;
}
.SWGW_ArtistLink a
{
    color: Black;
    text-decoration: none;
}
    
.SWGW_ArtistLink a:hover
{
    color: #7e9a6a;
    text-decoration: underline;
}
.SWGW_ArtistLink .Panel a
{
    color: Black;
}

.SWGW_ArtistLink .Panel
{
    background-color: #7e9a6a;
}

.swgw_link a
{
     color: #7e9a6a;
     text-decoration: none;
}
     
.swgw_link a:hover
{
     color: #7e9a6a;
     text-decoration: underline;
}

.swgw_link
{
    margin-top: 8px;
    color: #7e9a6a;
    font-weight: bold;
}

.Footer
{
    color: #7e9a6a;
    width: 100%;
    text-align: center;
}

.Artist
{
 color: Black;
}

.Menu
{
    text-align: left;
    vertical-align: bottom;
    padding-left: 5px;
    padding-right: 5px;
    color: #7e9a6a;
}

.Menu a
{
    color: #7e9a6a;
    text-decoration: none;
}

.Menu a:hover
{
    text-decoration: underline;
}

.ImageHover
{
    border: solid 1px white;
}

.ImageHover:hover
{
    background-color: ghostwhite;
    border: solid 1px #d3d3d3;
}

.ImageHover a
{
     text-decoration:none;
     color: Black;
}

.ImageHover a:hover
{
    color: Gray;
}

