body {
    margin:0;
    position: relative;
}

h3 {
    margin: 0;
    padding: 0;
    background-color: #F0F0F0;
}

ul.mn {
    font-family: 'Ubuntu-L';
    list-style-type: none;
    margin: 0;
    padding: 0;
    //    overflow: hidden;
    background-color: #FFFFFF;
    position: fixed;
    top: 0px;
    width: 100%;
    //    height: 47px;
}

li.mn {
    float: left;
    height: 47px;
}

li.mn a {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 5px;
    text-decoration: none;
}

li.mn a:hover:not(.active) {
    color: #FF6600;
}

textarea, input {
    border: 1px solid #FF6600;
}
