
h1 {
    color: white;
    font-size: 400%;
    text-align: center;
}

.mlaHeader {
    font-family: Times-New-Roman;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2;
    margin-top: 50px;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 50px;
    text-align: center;
}

p {
    font-family: Times-New-Roman;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 2;
    margin-top: 50px;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 50px;
    text-align: left;
}
.sources {
    font-family: Helvetica;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 50px;
    line-height: 2;
    text-indent: -35px;
}

#leftCol {
    width:15%;
    height: 1440px;
    font-size: 1.8em;
    border-right: 2px black;
    background-color: #f1d671;
    padding: 4px 4px 4px 8px;
    
}

#centerCol {
    padding: 4px 8px 4px 8px;
    background-color: #AAAAAA;
}

#mainLayout {
    width:100%;
    vertical-align:top;
    margin:auto;
}

#mainLayout td {
    vertical-align:top;
    
}

#leftCol #menu a {
    display:block;
    padding: 10px 4px 10px 4px;
}

.images {
    position: relative;
    margin-left: 20%;
}

