h1 {
	color: #FFFFFF;
	text-align: center;
	background-color: #0066CC;
	padding: 10px;
}
h2 {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
h3 {
	color: #666666;
	font-style: italic;
}
p {
	text-indent: 2em;
	line-height: 2em;
}
a:link {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
.notice {
	font-style: italic;
}
#master-heading {
	border: thick outset #666666;
}
