body{
    margin: 0;
    padding: 0 10% 10% 10%;
    background: url(topography/topography/topography.png);
}

nav{
    background-color: #333333;
    width: 100%;
    height:90px;
}

ul{
    font-family: 'consolas', courier;
    text-align: right;
    padding-right: 100px;
    padding: 20px;
}

li{
    display: inline;
    padding: 10px 10px;
}

dl{
    font-family: 'consolas', courier;
    line-height: 2em;
}

h1{
    font-family: 'Roboto Slab', serif;
    margin: 40px 0;
}

h2{
    font-family: 'Roboto Slab', serif;
}

h3{
    font-family: 'Roboto Slab', serif;
    color: #f09;
}

a{
    color: #f09;
}

p{
    font-family: consolas, courier;
}

#separator{
    text-align: center;
    padding: 20px;
}

#image{
    height: 50px;
    width: 50px;
    padding: 10px 600px 0 0;
}