body
{
    background-color: #3f4077;
}

#center
{
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
    font-size: 18px;
    margin: auto;
    width: 700px;
    padding: 25px;
    line-height: 1.4;
    color: #E6E6E6;
    /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

img.photo 
{
    border-radius: 25px;
    padding: 4px;
    border: 2px solid #000;
    background-color: #EEE;
}

a
{
    color: #FFF;
    text-decoration: none;
}

:hover
{
    text-decoration: underline;
}

.monospace
{
    font-family: 'Courier New', Courier, monospace;
}

h1, h2, h3 
{
    line-height: 1;
}

large
{
    font-size: 1.17em;
    font-weight: bolder;
}

dd
{
    line-height: 1.2;
}

.email
{
    font-family: 'Courier New', 'Courier New', Courier, monospace;
    color: #FFF;
}

p.block
{
    margin-top: 75px;
    text-align: justify;
}

ul.publications
{
    font-size: 15px;
}

hr 
{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}