/*=================================================================
 *  Instructions Stylesheet for Unix Platforms
 *  emxUIInstructions_Unix.css
 *  Version 1.0
 *  Requires: emxUIDefault_Unix.css
 *  Last Updated: 3/5/03, Nicholas C. Zakas (NCZ)
 *
 *  This file contains the style definitions for the instructions
 *  page.
 *
 *  Copyright (c) 1992-2003 MatrixOne, Inc. All Rights Reserved.
 *  This program contains proprietary and trade secret information 
 *  of MatrixOne,Inc. Copyright notice is precautionary only
 *  and does not evidence any actual or intended publication of such program
 * 
 *  
 *=================================================================
 */

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

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


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

/* Section Title Appearance */
td.section-title {
    color: #990000;
    font: bold 13pt Times, Sans-Serif; 
}