a:link {color: #FF8345;
}

a:visited {
	color: #CC6633;
}

a:hover {
	background: #FF8345;
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.5em;
}

hr.break {
	text-align: left;
	width: 50%;
}

.footnote {
	margin-top: -20px;
}
li.pad {
	margin-top: 1em;
}

p.part {
	font-size: larger;
	font-weight: bold;
	text-align: center;
}


sup {
font-size: .75em;
}

.color {
	color: #FF8345;
}