@charset "utf-8"
    html, body{
        margin: 0px;
        padding: 0px;
        border: 0px;
}
html, body{
    color: #41393d;
    background: #8a8c8f;
}
html, body, p, th, td, li, dd, dt{
    font: athelas, serif;
}
/* The sidebar menu */
.sidenav{
    height: 75%;
    width: 160px;
    position: fixed;
    z-index:  1;
    top: 0;
    left: 0;
    background-color: #be1e2d;
    overflow-x: hidden;
    padding-top: 200px;
}

/* The navigation menu links */
.sidenav a{
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color:  #41393d;
    display: block;
}
.sidenav a:hover {
    color: #d4a18d
}

/* Style page content */
.main{
    text-align:center
    margin-left: 160px;
    padding: 0px 10px;
}
a:link { color: #00f; }
a:visited { color: #009; }
a:hover { color: #06f; }
a:active { color: : #0cf; }