* {
    text-align: left;
}

body {
    background-color: #ABCDEF;
    color: #000000;
}

a {
    color: #000000;
}

h2 {
    color: #000000;
}

h3 {
    color: #000000;
}

h4 {
    color: #000000;
}

ul { list-style-type: circle; }

#footer {
    background: #000039;
    color: #ffffff;

    /* We can over-ride default settings here instead of changing the original
       sticky-footer.css */
    padding-top: 5px;
    height: 25px;
    margin-top: -30px;
}

#main {
    padding-bottom: 30px;
}

ol.conf_pubs {
    list-style: none;
}

ol.conf_pubs li {
    position: relative;
    left: 20px;
}

ol.journals_pub {
    list-style: none;
}

ol.journals_pub li {
    position: relative;
    left: 20px;
}

ol.selected_pubs {
    list-style: none;
}

ol.selected_pubs li {
    position: relative;
    left: 20px;
}

ol.thesis_pub {
    list-style: none;
}

ol.thesis_pub li {
    position: relative;
    left: 20px;
}

#pnum {
    display: block;
    left: -35px;
    position: absolute;
    text-align: right;
    width: 20px;
}

div.sorter {
    position: absolute;
    right: 10px;
    margin-top: -40px;
};
