a:link, a:visited {
    color: #FFFFFF;
}

body {
    max-width: 1280px;
    background-color:#008080;
    margin: auto;
}

h1 {
    color: #FFD1DC; 
    font-size: 50px;
    text-align: center;
}

h2 {
    color: #FFFFFF;
}

h3 {
    color: #FFFFFF;
}

h4 {
    color: #FFFFFF;
}

p {
    color: #FFD1DC;
}

ol li {
    color: #FFFFFF
}

ul li {
    color: #FFFFFF
}

footer {
    margin: auto;
    text-align: center;
}

.research_header {
    margin-top:auto;
    margin-bottom:auto;
    text-align:center;
} 

/* email obfuscation */
.no_spam{
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* these two classes are mostly for centering the homepage since the html center tag is deprecated! */
.home_content {
    margin: auto;
    text-align: center;
}

.nav_table {
    margin: auto;
}


