﻿body 
{
    margin: 0;
    padding: 0;
}

.sticky
{
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    padding: 10px 20px;
    background: #D3D3BA;
    border-bottom: solid 1px #77776A;
}

.sticky a
{
    color:#77776A;
    text-decoration: none;
}
.sticky a:hover
{
    text-decoration: underline;
}
.main
{
    padding: 20px;
}