﻿body
{
    font-family: Verdana;
    background-color: dimgray;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 10pt;
}

.Page
{
    background-color: #86c29b;
}

.HeaderMenu
{
    background-image: url(Pictures/Top.png);
    background-repeat: no-repeat;
}

h2
{
    font-size: 12pt;
    height: 25px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    background-image: url(Pictures/H1.png);
    background-repeat: repeat-x;
    background-position-y: bottom;
    vertical-align: top;
}


a img
{
    border: none;
}

.LinkTopMenu
{
    font-size:11pt;   
    color: black;
    text-decoration: none;
}

.LinkTopMenu:Hover
{
    
    color: red;
    text-decoration: none;
}

.Link
{
    font-size:10pt;
    font-weight:bold;
    color: black;
    text-decoration: underline;
}

.Link:Hover
{
    
    color: red;
    text-decoration: underline;
}

