@charset "UTF-8";
/* CSS Document */



body{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;

	
}
    
    .container{
        background-color: black;
    }


.article-holder{
	border-right:1px solid #999;
	line-height:30px;
	width: 700px;
    padding:3rem;
    margin:0 auto;
    background-color: white;
}

.nav{
    display:flex;
    justify-content: space-between;
    padding-bottom:2rem;      
}

a:link, a:visited{
    color:black;
    text-decoration: none;
}

a:hover, a:focus{
    color:darkred
    
}


