a:link, a:active, a:visited, a:hover {
    color: black;
}

#legal, #copyright {
    display: none;
}

html, body {
    height: 100%;
}

#site_wrapper {
    padding-bottom: 0px;
}

#nav li {
    padding: 0px 10px 10px 10px;
}

.emph_button {
    cursor: pointer;
    text-align: center;
    padding: 10px;
    background: #DD4B39;
    color: white;
    font-weight: bold;
    font-size: 110%;
    border: 1px solid white;
}

.emph_button:hover {
    border: 1px solid black;
}

.big_select {
    font-size: 110%;
    font-weight: bold;
    width:100%;
    padding-left:10px;
}

.center {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}