﻿body 
{
    font-family: Arial;
}

.menuBlock
{
    width: 652px;
    height: 32px;
}

.menu
{
    background-color: #5DA1D7;
    height: 32px;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    border-right: solid 1px white;
    float: left;
}

.footer
{
    background-color: #5DA1D7;
    color: White;
    height: 32px;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover
{
    color: White;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:hover
{
    color: White;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

div .menu:hover
{
    background-color: #A2C5E5;
}

.return
{
    background-color: #B2BFCB;
    color: White;
    font-size: 14px;
    height: 30px;
    width: 200px;
    text-align: center;
    line-height: 30px;
}

.name
{
    color: #6B8594;
    font-size: 20px;
    font-weight: bold;
    margin-left: 55px;
    margin-bottom: 5px;
    text-align: left;
}

.title
{
    color: #B2BFCB;
    font-size: 14px;
    font-weight: bold;
    margin-left: 55px;
    text-align: left;
}
