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

body
{
    width: 420px;
    background-color: #fff;
    color: #444;
    font-family: arial, helvetica, sans-serif;
    line-height: 1.8em;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

a:link
{
    color: #888;
}

a:visited
{
    color: #444;
}

a:hover
{
    text-decoration: none;
}

h2
{
    font-size: 18px;
    margin-bottom: 2px;
}

p, ul, ol
{
    margin: 0 0 15px 0;
}

/*********************************************************************
*  .nav-block
*********************************************************************/

.nav-block h1
{
    font-size: 12px;
}

.nav-block ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

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


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

.header-block
{
    text-align: center;
}

