/*********************************************************************
*  Basic HTML
*********************************************************************/

body
{
    background-color: #bbb;
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 11px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}

a:link
{
    color: #000;
}

a:visited
{
    color: #555;
}

a:hover
{
    color: #000;
    text-decoration: none;
}

a.highlighted, a:link.highlighted, a:visited.highlighted, a:hover.highlighted
{
    color: #000;
    font-weight: bold;
}

p
{
    margin-top: 0;
    margin-bottom: 1em;
}

img
{
    border: 0;
}

h1
{
    font-weight: bold;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 1em;
}

h2
{
    font-weight: bold;
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 1em;
}

table
{
    margin-top: 0;
    margin-bottom: 0;
}

/**********************************************************************
* header-block
**********************************************************************/

.header-block
{
    background-color: #777;
    text-align: center;
    padding: 5px;
    border-bottom: 1px #2a2a2a solid;
    margin-bottom: 1em;
}

.header-block a:link, .header-block a:visited
{
    color: #c8c8c8;
}

.header-block a:hover
{
    color: #fff;
}

.header-block p
{
    margin: 0;
}

/**********************************************************************
* footer-block
**********************************************************************/

.footer-block
{
    color: #666;
    margin-bottom: 1em;
}

/**********************************************************************
* content-block
**********************************************************************/

.content-block
{
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

/**********************************************************************
* footer-block
**********************************************************************/

.footer-block
{
    text-align: center;
    margin-bottom: 1em;
}

/**********************************************************************
* photo-large
**********************************************************************/

.photo-large
{
    margin-bottom: 1em;
}
