/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

body {
    font-family: "Droid Sans", sans-serif;
    background-color: #f0efe7;
    color: #202060;
    margin: 0;
    padding: 0;
}

h1 {
    border-bottom: 1px solid #202060;
}

a {
    color: #202060;
}

h1 a, h2 a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content {
    position: relative;
    margin: 0 auto;
    max-width: 910px;
    padding: 10px;
    line-height: 1.4;
}

h2 img {
    position: relative;
    top: 6px;
}


/*****************************************************************************/
