html {
    background-image:url('images/fallback.png');
}
.navigation li{
    list-style:none;
    display:block;
    float:left;
    width:80px;
    text-align:right;
    background-color:;
}

.navigation a {
    text-decoration:none;
    font-family:LatinModernSans10Regular;
    font-size:;
    color:black;
}

.navigation a:hover {
    text-decoration:none;
    font-family:LatinModernSans10Regular;
    font-size:;
    color:red;
    
}

.navigation ul{
    margin-top:25px;
    
}

h1 {
    font-family:LatinModernSans10Regular;
    font-size:1.5em;
}

h5 {
    font-size:.8em;
}

img.center {   display: block;   margin-left: auto;   margin-right: auto; }

p.footer {
    font-size:.8em;
    text-align:right;
}

.gray {
    background-color:gray;
}

.blue {
    background-color:blue;
}



.sidebar {
    font-family:MuseoSlab500;
    background-color:gray;
    color:white;
    text-align:center;
}

.sidebar h3 {
    
}

.top_20 {
    margin-top:50px;
}

.top_100 {
    margin-top:100px;
}

.bottom_20 {
    margin-bottom:50px;
}

.sidebar_italic {
    font-family:MuseoSlab500Italic;
}

p a {
    color:green;
    text-decoration:none
}

p a:hover {
    color:green;
    text-decoration:underline
}




