root { 
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}

body
{
    background-color: #E0ECF8;
    background-image: url(/gallery/themes/abc-ak/images/backdrop.png);
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 10pt;
}

.menu
{
    width: 100%;
}

.menu td
{
    background-color: #848484;
    color: #FFFFFF;
    text-align: center;
    width: 10%
}

/*.menu td:hover
{
    background-color: #BDBDBD;
}*/
a img
{
    border: none;
}

.menu a
{
    display: block;
    background-color: #848484;
    color: #FFFFFF;
    text-decoration: none;
}

.menu a:hover
{
    background-color: #BDBDBD;
}

div.body
{
    background-color: white;
    width: 750px;
    min-height: 600px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-top-width: 0px;
}

div.content
{
    margin: 20px;
}

h1
{
    font-size: 17pt;
}

h2
{
    font-size: 12pt;
}

h3
{
    font-size: inherit;
    font-family: inherit;
    font-weight: normal;
}