﻿html
{
    height:97%;
}

body 
{
    background-image:url(Images/Background2.png);
    background-repeat:no-repeat;
    height:100%;
    font-family: Calibri, Arial;
    font-size: medium;
}

.Menu
{
    float:right;
}

.MenuItem, .MenuItem-Selected
{
    color:Silver;
    font-size: 12pt;
    font-family: sans-serif;
    font-weight: 400;
    width:130px;
    text-align:center;
    height:40px;
    margin-left:10px;
    margin-right:10px;
}

.MenuItem-Selected
{
    font-weight:500;
    background-image: url(Images/MenuUnderline.jpg);
    background-position: center;
    background-repeat: no-repeat;
}