p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.keyline {
	border-top: thin solid;
	border-right: thin;
	border-bottom: thin;
	border-left: thin solid;
}
:link, :visited {
	text-decoration: none;
	font-size: 12px;
}
:link:focus, :visited:focus { color: 8bb0b9; }
:link {
	color: #8bb0b9;
	font-size: 12px;
	text-decoration: none;
}
:visited {
	color: 8bb0b9;
	font-size: 12px;
	text-decoration: none;
}
:link:hover, :visited:hover { color: black; }
:link:active, :visited:active { color: 8bb0b9; }
html {overflow-y: scroll;}