
body {
    color:rgba(40, 12, 12, 1.0);
    background:rgba(40, 12, 12, 0.05);
    font-family: myriad-pro-semi-condensed-n4,myriad-pro-semi-condensed, 
                 Helvetica, sans-serif;
}

p {
    width:80%;
    font-weight:200;
    line-height:140%;
    word-spacing:0.3em;
    margin-left:auto;
    margin-right:auto;
}

p em {
    font-weight:600;
    font-size:100%;
    font-style:normal;
}

h1 {
    text-align:center;
    margin-top:20px;
    margin-bottom:30px;
}
h1 tiny {
    font-size: 9px;
}

/* was h2 */
h3 {
    margin-left:10%;
}

/* was h3 */
h2 {text-align:center; 
    font-size:30px; 
    margin-top:60px; 
    margin-bottom:20px; 
    margin-left:2auto; 
    margin-right:auto; 
    font-weight:100;}

h4 {
    text-align:left;
    margin-left:10%;
    font-weight:700;
}
h5 {
    text-align:left;
    margin-left:10%;
    font-weight:600;
}

#section-header h1 {
    color:rgba(40, 12, 12, 0.1);
    font-size:48px;
    margin-top:40px;
    margin-bottom:20px;
}
#section-footer h1 {
    color:rgba(40, 12, 12, 0.1);
    font-size:48px;
    margin-top:40px;
    margin-bottom:20px;
}

.footer {
    text-align:right;
    margin-right:0%;
    margin-bottom:10px;
}

code {
    font-size:larger;
    font-type:monospaced;
    color:black;
}

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

