body {background-color: white;}

div.dark_header {
    text-align: center;

    font-family: Verdana, Helvetica;
    font-weight: 100;
    font-size: 95px;
    padding-top: 70px;
    padding-bottom: 120px;
    background-color: rgb(50, 50, 50);
    color: rgb(230, 230, 230);

    margin-top: 0px;
    margin-bottom: 10%;
    margin-left: 0px;
    margin-right: 0px;
}

h1 {

    font-family: Verdana, Helvetica;
    font-weight: 100;
    font-size: 50px;

    margin-top: 10%;
    margin-bottom: 2em;
    margin-left: 20%;
    margin-right: 10%;
}

p.subtitle {
    font-family: Verdana, Helvetica;
    font-weight: 200;
    font-size: 24px;

    margin-top: 0%;
    margin-bottom: 3em;
    margin-left: 20%;
    margin-right: 20%;
}

p.links {
    font-family: Verdana, Helvetica;
    font-weight: 200;
    font-size: 24px;

    margin-top: 0%;
    margin-bottom: 2em;
    margin-left: 20%;
    margin-right: 10%;
}

ul.nobullet {
    font-family: Verdana, Helvetica;
    font-weight: 200;
    font-size: 24px;

    margin-top: 0%;
    margin-bottom: 2em;
    margin-left: 20%;
    margin-right: 10%;
}

li.items {
    font-family: Verdana, Helvetica;
    font-weight: 200;
    font-size: 22px;

    list-style-type: none;

    margin-left: 0%;
    margin-right: 10%;
}

li.bullets {
    font-family: Verdana, Helvetica;
    font-weight: 200;
    font-size: 22px;

    list-style-type: circle;

    margin-left: 0%;
    margin-right: 10%;
}

a {
    text-decoration: underline;
    color: rgb(70, 70, 70);
}

a.titlelink {
    text-decoration: none;
    color: rgb(0,0,0);
}

p.footer {
    text-align: center;

    font-family: Verdana, Helvetica;
    font-weight: 100;
    font-style: italic;
    font-size: 20px;

    margin-top: 12em;
    margin-bottom: 20%;
    margin-left: 20%;
    margin-right: 20%;
}

pre.code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 20px;
    color: rgb(101,67,33);

    margin-top: 0%;
    margin-bottom: 2em;
    margin-left: 20%;
    margin-right: 10%;
}
