﻿body {
    font-family: 'Arial'
}

li {
    padding-top: 5px;
    padding-bottom: 3px
}

.Top {
    height: 50px;
    background-color: #F05A2D;
    margin: -10px;
    padding: 10px
}

    .Top h1 {
        color: white;
        line-height: 10px;
        float: left
    }

.Version {
    background-color: yellow;
    font-weight: bolder
}
