@charset "utf-8";

div.archive-header {
	width: auto;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	padding: 1px;
	color: #ffffff;
	background: #bb0000;
	border-top: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
	font-family: "segoe ui", "trebuchet ms", arial, helvetica, tahoma, sans-serif;
	font-size: 100%;
	font-size: 0.75em;
	line-height:15px;
	white-space: nowrap;
}

div.archive-header strong {
	text-decoration: blink;
}

span.text-highlight {
	color: #ffffaa;
}

a.archive-header-link:link {
	text-decoration:underline;
	border-bottom: none;
	color:#00ff00;
}
a.archive-header-link:visited {
	text-decoration:underline;
	border-bottom: none;
	color:#00ff00;
}
a.archive-header-link:hover {
	text-decoration:underline;
	border-bottom: none;
	background: none;
	color:#00aa22;
	background: #ffffff;
}
a.archive-header-link:active {
	text-decoration:underline;
	color:#00ee00;
	background: #ffffff;
}