/* LIST STYLES 
-------------------------------------------- */
.typography a { 
    text-decoration: none; 
    color: #aa053e;
}

.typography ul,
.typography ol{
	   margin-left:25px;
	}
    .typography a:hover { 
        text-decoration: underline;
    }
    
p{
	line-height: 20px;
}
	    