<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{
	text-decoration:none;
	padding: 1px;
	color: #666666;
	border: 1px none;
}
a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
	padding: 0px;
	border: thin solid #666666;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.slideshow{
	border: 1px solid #333366;
}

.head{
	color: #CC9933;
	font-size:large;
}
input {
	font-size: xx-small;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

h3 {
	letter-spacing: 10px;
	margin: 0px;
	padding: 0px;
	color: #FF0000;

}
.error {
	border: 1px dashed #FF9966;
	padding: 4px;
}

hr {
	border-top: 1px dotted #006699;
	width: 100%;
	height: 1px;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}</pre></body></html>