/* ====================================================================
// Instructions Style Sheet
// Platform: Windows
// by Nicholas C. Zakas
// ==================================================================== */

/* --------------------------------------------------------------------
// Default Settings 
// -------------------------------------------------------------------- */

/* Background Appearance */
body { 
    background-color: #fffff0; 
}


/* --------------------------------------------------------------------
// Main Settings 
// -------------------------------------------------------------------- */

/* Section Title Appearance */
td.section-title {
    color: #990000;
    font-size: 11pt; 
    font-weight: bold; 
}