﻿body 
{
    background-position: center;
    background-attachment:fixed;
    background-size: 100%;
    
}

a:link
{
    color: Silver;
    text-decoration: none;
}
a:visited
{
    color: Silver;
    text-decoration: none;
}
a:active
{
    color: Silver;
    text-decoration: none;
}
a:hover
{
    color: White;
    text-decoration: none;
}


.d-menu
{
    width: 80px; 
    height: 22px; 
    border-left-style: solid; 
    border-left-width: 1px; 
    border-right-style: solid;  
    border-right-width: 1px; 
    border-left-color: Silver; 
    border-right-color: Silver; 
    text-align: center;
    background-image: url(Images/mc.png);
    padding-top: 8px;
    float: left;
    color: White; 
    font-family: Calibri; 
    font-size: 12px;
}

.d-menu:hover
{
    width: 80px; 
    height: 22px; 
    border-left-style: solid; 
    border-left-width: 1px; 
    border-right-style: solid;  
    border-right-width: 1px; 
    border-left-color: Silver; 
    border-right-color: Silver; 
    text-align: center;
    background-image: url(Images/ms.png);
    padding-top: 8px;
    float: left;
    color: White; 
    font-family: Calibri; 
    font-size: 12px;
}
