    body {
    	  background-color: white;
    	  color: #432f2f;
    }
    .nav-link:link{
    	color:#95A5FF;
    }
    .nav-link:visited{
    	color:#95A5FF;
    }
    .nav-link:hover{
    	color:white;
    }
    .nav-link:active{
    	color:white;
    }
    .font-small {
	font-size:0.8rem;
    }
