/*
 * $Id: default.css,v 1.3 2000/02/07 03:22:54 senning Exp $
 */
 
A:Link		{ color: blue; }
A:Visited	{ color: purple; }
A:Active	{ color: red; }

/*
 * Set the defaults for the entire page
 */
 
BODY {
	background:		#FFFFFF;
	color:			#000000;
}

/*
 * Define behavior for section headings
 */

H1 {
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-size:		18pt;
	color:			rgb(33,48,115);	/* dark blue */
}

H2 {
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-size:		16pt;
	color:			rgb(220,0,0);	/* medium-light red */
}

H3 {
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		bold;
	font-size:		14pt;
	color:			rgb(150,100,0); /* dark gold */
}

/*
 * Navigation section is vertical column on left of page.  It is inside
 * a table, and usually has a table within it.
 */

TD.button {			/* "Buttons" made using a table */
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		14pt;
	background-color:	rgb(48,64,128);	/* dark blue */
	color:			rgb(238,201,0);	/* gold color */
}

TD.button A:Link, TD.button A:Visited {		/* Links in buttons */
	color:			#FFFFFF;	/* white */
	text-decoration:	none;		/* no underlines */
}

/*
 * The logical body of the page is the right-hand vertical column of a table.
 */
 
TD.body {
/*	margin:			0em 2em 0em 2em; */
/*	padding:		0em 2em 0em 2em; */
	color:			#000000;
}

DIV.solution {
	color:			#FF0000;
}

DIV.closing {
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-size:		8pt;
}
