@charset "ISO-8859-1";

/**
 *  File: blueheads.css Style Sheet for Entire UML Web Site
 *  Jesse M. Heines, UMass Lowell Computer Science, heines@cs.uml.edu
 *  Copyright (c) 2003-2006 by Jesse M. Heines.  All rights reserved, but may be freely
 *    copied or extracted from for educational purposes with credit to the author.
 *  updated by JMH on January 27, 2006 at 03:20 PM
 *  updated by JMH on January 17, 2009 at 10:32 AM
 *  updated by JMH on September 12, 2010 at 9:32 PM
 * 
 *  N.B. slash+star is required for Mozilla/Firefox, ... *breaks* CSS.
 *  comment { ... } generates a CSS error in Firefox.
 * The @charset directive is required for Google Chrome and Mozilla Firefox.
 */

@media screen, print
{
  h1 { color: #0000FF }
  h2 { color: #0000FF; font-weight: bold }
  h3 { color: #0000FF; font-style: italic }
  h4 { color: #0000FF; font-weight: bold }
  h5 { color: #0000FF }
}
