/* Style sheet for Nuclear ABM Pages */
/* Author:  Mark Paine,  Sep-1999 */
/* Last Changed:  12:09 AM Saturday, 14 January 2012 */


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

P.Caption {
	font-family:sans-serif;
	font-style:italic;
	text-align:center;
}

/* 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}

IMG.Centre {display: block;
    margin-left: auto;
    margin-right: auto;
}
	
