/* Style sheet for Nuclear ABM Pages */
/* Author:  Mark Paine,  Sep-1999 */

/* Default text paragraph */
P {font-family:sans-serif;
	text-align:justify;
}

/* This head will be replaced with a graphic soon */
/* Need to get rid of DarkGreen as well.  Its not liked. */
P.Header {font-family:serif;
	font-size:xx-large;
	background:DarkGreen;
	color:white;
	font-weight:bolder;
	text-align:center;
	padding:3mm
}

/* Header 1 for major headings */
H1 {font-family:serif;
	font-size:x-large;
	background:green;
	color:white;
	font-weight:bolder;
	text-align:left;
	padding:1mm;
}

/* Should find some other way to change the default font family for all text objects */
LI {font-family:sans-serif}
DD {font-family:sans-serif}
DT {font-family:sans-serif;
	font-weight:bolder
}

TH {
 font-family: serif;
 font-weight: bold;
 font-size:smaller;
 background-color: Silver;
 text-align: center;
}

TD {
 font-size:smaller;
}


IMG {margin:1em}
