/*-----Custom changes-MB-1April2016----*/

/*--keep line height in sections with tabbed items 
same as sections without tabbed items--*/
#main p {
	line-height: 1.4;
}
/*--make line-height in shows same as on main page--*/
#show p {
	line-height: 1.4;
}
/*--close up distance between list items--*/
#show ul li p {
	margin-top: 0px;
}
#copyright a:link, #copyright a:visited {
    color: #000;
}
body#copyrightpage #copyright {
    color:#000;
}