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

body
{
    width: 420px;
    background-color: #fff;
    color: #888;
    font-family: arial, helvetica, sans-serif;
    line-height: 1.4em;
    font-size: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
/*    text-align: justify; */
}

/* body { -webkit-text-size-adjust: none; } */

a
{
    color: #444;
}

/*
a:visited
{
    color: #444;
}
*/

a:hover
{
    text-decoration: none;
}

/* h1 img */
img
{
    border: 0;
}

h2
{
/*    color: #bbb; */
/*    font-size: 18px; */
    color: #666;
    font-size: 120%;
    margin-top: 1em;
    margin-bottom: .35em;
}

p
{
    margin: 0 0 1em 0;
}

ol, ul
{
/*    margin-right: 25px; 
    margin-top: 0px;
    margin-bottom: 15px;
*/
}

ul
{
/*    margin-right: 40px; */
}

/*********************************************************************
*  #contact-block
*********************************************************************/

#contact-block
{
    text-align: center;
}

p.twitter
{
    margin: 5px 0 0 5px;
    float: right;
}
