﻿html, body
{
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 10pt;
    color: black;
    font-family: Calibri, Arial;
    text-align: left;
    background-color: #6DE7FD;
    background-position: 50% top;
    background-repeat: repeat-x;
    background-image: url('MasterImages/gradient.png');
}

.style1
{
    width: 100%;
    height: 100%;
}

#TopLeft img, #TopRight img, #Middle img, #fuck img, #fuck2 img, #fuck3 img {
display: block;
}

#linkMenu
{
    margin-left: 212px;
    margin-top: 83px;   
}


#linkMenu a:link
{
    font-family: Arial;
    COLOR: #A40204;
    font-size: 10pt;
    text-decoration: none;
}
#linkMenu a:visited 
{
    font-family: Arial;
    COLOR: #A40204;
    font-size: 10pt;
    text-decoration: none;
}
#linkMenu a:hover
{
    font-family: Arial;
    COLOR: #CFCFCA;
    font-size: 10pt;
    text-decoration: none;
}
#linkMenu a:active 
{
    font-family: Arial;
    COLOR: #CFCFCA;
    font-size: 10pt;
    text-decoration: none;
}