
body {
    font-family: 'HelveticaNeue-Light', Helvetica, Arial, sans-serif;
    line-height: 1.5em;
    font-size: 14pt;

    color: #333;
    padding: 2em;
    margin: 0;
    max-width: 900px;
}

div {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #0069D6;
}

p {
 font-size: 14pt;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3 {
    color: #00346B;
    line-height: 1.1em;
    font-weight: normal;
}

h2 {
    margin-bottom: 1ex;
}


ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

li {
    margin-bottom: 1ex;
}

ul li:before {
    color: #555;
    content: "\00BB \0020";
    padding-right: 0.4ex;
}

.email {
}

.paper {
    text-align: left;
}

.paper-authors {

}

.paper-title {
    color: #000;
    font-weight: bolder;
}

.paper-publisher {
    font-style: italic;
}

.paper-links {
    font-size: 90%;
}

.paper-notes {
    color: #555;
}
