@charset "utf-8";
/* SPLASH PAGE - Text and Background Styling                */
/*                                                          */
/* This stylesheet sets up the layout and color of the      */
/* splash page text area.                                   */
/*                                                          */
/* To change the background or layout of the page, see      */
/* layout.css                                               */
/*                                                          */
/* The two were separated so you could interchanged the     */
/* content area layout without having to recopy the text    */
/* styling.                                                 */

body { background:#0033FF;
	font:Georgia, "Times New Roman", Times, serif 14px;
}
h1 {padding: 0; margin: 0;
	color:#003399;
	font-size:24px;
	font-stretch:condensed;
	font-weight:bold;
}
h2 {font-size:18px;
	font-weight:normal;
	}
h3 {font-size:14px;
	font-weight:normal;
	}
ul li {margin-bottom:5px;
}