
h1 {
	display: none;
}

.note {
	display: block;
}

#section-notes .note a:link,
#section-notes .note a:hover,
#section-notes .note a:visited,
#section-notes .note a:visited:hover {
	background: transparent;
	color: black;
}

.note img {
	border: none;
}

#section-notes .note li a:link {
	color: #133779;
	text-decoration: none;
}
#section-notes .note li a:visited {
	background: transparent;
	color: #791337;
	text-decoration: none;
}
#section-notes .note li a:visited:hover {
	background: #F7F0F3;
	color: #500727;
	text-decoration: underline;
}
#section-notes .note li a:link:hover {
	background: #F0F3F7;
	color: #072750;
	text-decoration: underline;
}


/* *** Section notes *** */
#section-notes {
	margin: 20px 0 0 0;
	width: 900px; /* make me wider */
}
#section-notes h2 {
	display: none;
}
#section-notes h3 {
	color: #333;
	font-family: lucida sans, sans-serif;
	font-size: 112.5%;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#section-notes .note {
	border-top: 1px solid #cad1d9;
	float: left;
	height: 160px;
	margin: 0 20px 0 0;
	/*max-height: 160px;*/
	min-height: 160px;
	padding-top: 1px;
	width: 210px;
}
html>body #section-notes .note {
	height: auto;
}
#section-notes .note p.note_link {
	margin: 0;
	padding: 0;
}

#section-notes #newsflash {
	margin: 0;
}
#section-notes #newsflash ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#section-notes #newsflash ul li {
	margin: 10px 0 0 0;

}
#section-notes #newsflash ul li p {
	color: gray;
	font-size: 80%;
	margin: 0;
	padding: 0;
}
#section-notes #newsflash ul li a {
	display: block;
}

#section-notes #newsflash ul li a:hover,
#section-notes #newsflash ul li a:visited:hover {
	background: transparent;
}

