/* ----------------------------------------- */
/* cascading style sheet for IMAGE EUV pages */
/* ----------------------------------------- */
/* Last updated: 5-Dec-2001  */


/* ---------- BODY STYLES ---------- */
BODY {
	color: #666699;
	background: #FFFFF5;
	font-family: serif;
	margin-left: 5%;
	margin-right: 5%;
}

BODY.contents {
	background: #EFE2B8;
	color: black;
}


BODY.revision {
	background: #FFFFE6;
	color: #66AA99;
}


/* -------- PARAGRAPH STYLES ------- */

P {
	color: #336633
	background: #FFF8DC;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

/* --------- HEADER STYLES -------- */

H1 {
	font-style: italic;
	color: #666699
}

H2 {
	font-style: italic;
	color: #66AA99
}

H3 {
	color: #666699;
}

/* ----- MISCELLANEOUS STYLES ----- */


EM {
	font-weight: bold;
	color: #ff3333;
}





