body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 12%;
	margin-right: 12%;
}
	/*Update 24 June 20111  ...*/

	DT {
		font-family : "MS Sans Serif", Geneva, sans-serif;
		font-size : smaller;
		font-weight : bold;
		background-color : #ffff99;
		margin-right : 20%;
		line-height : 200%;
	}

	DD {
		font-family : Arial, Helvetica, sans-serif;
		margin-left : 1em;

	}

	p { margin: 0.5em 0 }
	a { color:black }

	/*Classes and IDs will go in here...*/

	.deceased {
		background-color : #A5AEB9;
        list-style-image:url('graphics/rip.gif');
		font-family : "MS Sans Serif", Geneva, sans-serif;
		font-size : smaller;
		font-weight : bold;
        a.deceased:link color:#A5AEB9;
        a.deceased:visited color:#A5AEB9;
        a.deceased:hover color:#A5AEB9;
	}

	.in72 {
		background-color : #00ffff;
		font-family : "MS Sans Serif", Geneva, sans-serif;
		font-size : smaller;
		font-weight : bold;
	}



