*{
    font-family: 'Courier New', Courier, monospace;
    background-color:#527a7a;
}

.sidebar{
    height: 100%;    
    width: 160px; 
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    padding-top: 20px; 
    position: fixed;
    border-style: double;
    border-right-color: black;
}

.content{
    margin-left: 200px;
    max-width: 60%;
}

/* CSS MAIN */

h2{
    font-style: italic;
}

a:before{
    color: #85adad; 
    content: '> '; 
}