
	.MainContent A:visited {text-decoration: underline; color: purple;}
	.MainContent A:active {text-decoration: underline; color: purple;}
	.MainContent A:link {text-decoration: underline; color: #307190;}
	.MainContent A:hover {text-decoration: underline; color: red;}

	A.ignoredclass1:visited {text-decoration: underline; color: #307190;}
	A.ignoredclass1:active {text-decoration: underline; color: #307190;}
	A.ignoredclass1:hover {text-decoration: underline; color: red;}


	#hiddenitems_school TABLE TR TD {padding: 2px; background-color: #F0FDFF; border-bottom: 1px solid #BFE9F0;}
	#hiddenitems_privschool TABLE TR TD {padding: 2px; background-color: #F8FFF0; border-bottom: 1px solid #D8F0BD;}
	#hiddenitems_college TABLE TR TD {padding: 2px; background-color: #FFFFF0; border-bottom: 1px solid #ECECAE;}
	#hiddenitems_lib TABLE TR TD {padding: 2px; background-color: #FFF8F4; border-bottom: 1px solid #F2C8C8;}
	
	/* .Institution TABLE TR TD A {font-family: Times; font-size: 1.4em; font-weight: bold; text-transform: uppercase;} */
	.Institution TABLE {border-spacing: 0px; border-collapse: collapse; width: 500px;}
	
	
	#COL2 {font-family: Times; font-size: 0.6em; font-weight: normal; font-style: normal;}
	
	.InstHeader {
		padding-top: 6px;
		padding-bottom: 6px;
		border-bottom: 1px solid #307190;
		border-top: 1px solid #307190;
		text-indent: 10px;
		text-align: left;
		margin-top: 1em;
		background-color: #307190;
		color: #ffffff;
		font-family: Times;
		font-size: 1.1em;
		font-weight: bold;
		font-style: normal;
	}
	
	.InstFooter {
		background-color: #307190;
		border-bottom: 1px solid #307190;
		border-top: 1px solid #307190;
		display: flex;
		flex-direction: row;
		gap: 0.5rem;
		padding: 0.25rem;
		color: #ffffff;
		font-family: Times;
		font-size: 0.9rem;
		font-weight: bold;
		a {
			color: #ffffff !important;
			text-decoration: none !important;
			padding: 0.25rem 0.5rem;
			background-color: #307190;
			border-left-style: solid;
			border-left-color: #DCEDF5;
			border-right-style: solid;
			border-right-color: #28586F;
			border-top-style: solid;
			border-top-color: #DCEDF5;
			border-bottom-style: solid;
			border-bottom-color: #28586F;
			&:active {
				background-color: hsl(199, 47%, 29%);

			}
		}
	}
	

