/* CSS for Chantal Ide's CV */
body
{
    margin: 0.9em;
    padding: 0;
    background-color: #fff;
    color: #000;
    font-size: 1em;
    font-family: times, serif;
}

/* general rules */
h1, h2
{
    color: #04396c;
    background-color: inherit;
}

h1
{
    text-align: center;
}

ul, li
{
    list-style-type: none;
}

a:link, a:visited
{
    text-decoration: none;
    color: #ff9700;
}
a:hover, a:active
{
    color: #04396c;
    text-decoration: underline;
}

a > img
{
    border: none;
}

/* specific rules */
ul.addr
{
    text-align: center;
}
h2
{
    font-size: 1.7em;
    margin-top: 0.5em;
    padding-top: 0.3em;
    border-top: 1px solid #04396c;
}

p
{
    margin-top: 0.3em;
}
ul
{
    margin-top: 0.3em;
}

dl > dt
{
    margin-top: 0.4em;
    color: #04396c;
    font-weight: 900;
}

div.info
{
    border-top: 1px solid #04396c;
    padding-top: 0.3em;
}