#actual_article{
    background-color: #596e79;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.title {
    color:#dfd3c3;
    text-align: center;
}
.text {
    color:navy;
}
.emphtext {
    color:#dfd3c3;
}
#author_date {
    font-weight: bold;
}
.textArea {
    background-color: #c7b198;
    border:dashed 3px #f0ece2;
    padding:5px;
    margin-top:15px;
}

.contentLeft {
    float:left;
    margin:10px;
}

.contentRight {
    float:right;
    margin:10px;
}

pre {
    background-color: black;
    color:lime;
    overflow-x: auto;
    overflow-y:auto;
}







.first-color { 
	background: #f0ece2; 
}
	
.second-color { 
	background: #dfd3c3; 
}

.third-color { 
	background: #c7b198; 
}

.fourth-color { 
	background: #596e79; 
}