h3 {
	padding: 3px; 
	color: rgb(204,0,0) !important;
	cursor: pointer;
	text-decoration: none;
	text-align: center;	
	}
td {
	width: 80%
	bodycolor: rgb(221,221,221) ;
	}
dl {padding: 0 0 10px 20px;}

dt {
	font-weight: bold; 
	margin: 15px 40px 5px;
	cursor: pointer;
	text-decoration: none;
	color: rgb(0,0,0);	
}

	

dd {
	margin: 25px 70px 0px;
	padding-bottom: 12px;
	line-height: 150%;	
	}
	
	
	
	dd p:first-child {display: inline;} /* this makes it so that the first paragraph within a dd will float up next to the A */

p {line-height: 150% !important;}
	
.show {display: block;}
.hide {display: none;}	/* CSS Document */
