/* The Structural Contrast Override */

/* 1. Force the main mission statement and any standard paragraphs to be dark */
p { 
    color: #1a1a1a !important; 
}

/* 2. Force all course lists (and text inside them) to be pure white */
li, li span, li p, ul { 
    color: #ffffff !important; 
}
