body{
    background-color: #c2ebff;
    font-family: Valera,  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: black;
}


table {
    height: 100%;
    width:84%;
    margin: auto;
    margin-top: 70px;
    margin-bottom:70px;
    background-color: white;
    border: 3px solid #d3d3d3;
    position: relative;
}


.header {
    position: relative;
    text-align: center;
    margin-top: 50px; 
    margin-bottom: 50px;
    font-size: .7em;
    color: black;
}

.line {
    width: 15%;
    border: 1px solid #d3d3d3;
    display: inline-block;
    margin-left: 10px;
    margin-right:10px;
    margin-bottom: 2px;
}

.navbar{
    text-align: center;
}

.navbar p{
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    font-size: .9em;

}


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

.navbar a:hover {
    text-decoration:none;
    color: black;
    border-bottom: 2px solid #d3d3d3;
    padding-bottom: 3px;
}

.current {
    border-bottom: 2px solid #d3d3d3;
    padding-bottom: 3px;
}

a:hover {
    text-decoration:none;
    color: black;
    border-bottom: 2px solid #d3d3d3;
    padding-bottom: 0;
}

#inner{
    margin:auto;
    margin-top: 60px;
    margin-bottom: 60px;
    border: 0;
    height:50px;
    width:60%;
    position: relative;
}

span {
    color: #cc5200;
}

@font-face {
    font-family: Valera;
    src: url(https://themes.googleusercontent.com/static/fonts/varela/v5/maB5vWJo0EAVzvHPjBkLM-vvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}