* {
    margin: 0;
    padding: 0;
}

body {
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 100%;
    color: #000;
    background-color:#fff;
}

#OutWrapper {
    margin: 20px auto;
    width: 1200px;
}

header {
    width: 100%;
    height: 150px;
    text-align: center;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.2em;
}

h1, h2, h3 {
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
}

aside {
    top: 40px;
    width: 200px;
    margin: 20px;
    height: 100%;
    position: fixed;
    overflow: auto;
}

#Sidebar {
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
}

#Sidebar ul  {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#Sidebar h1 {
    padding-bottom: 50px;
}
#Sidebar h2 {
    display: block;
    padding-bottom: 20px;
}

#Sidebar h2 a {
    color: #000;
    text-decoration: none;
}

#Sidebar h2 a:hover, a:active {
    color: #ccc;
}

main {
    text-align: center;
    margin: 50px;
    margin-left: 200px;
}

p {
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    margin: 10px 150px;
    font-size: 1em;
    letter-spacing: 0.5px;
    text-indent: 30px;
    line-height: 1.8;
}

.linedrawingimages {
    border: 1px solid #555;
}

#color {
    font-family: neue-haas-grotesk-display,sans-serif;
    font-weight: 600;
    font-style: normal;
}

#color ul  {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#color h1 {
    padding-bottom: 50px;
    color: #FF9E9C;
}
#color h2 {
    display: block;
    padding-bottom: 20px;
    color: #454710;
}

#color h2 a {
    color: #BFB063;
    text-decoration: none;
}

#color h2 a:hover, a:active {
    color: #454710;
}

#color p {
    color: #268DBA;
}