<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
}
.plainTextBox
{
	background-color: moccasin;
	color: darkred;
}
.normalTextBox
{
	border-right: burlywood 1px solid;
	padding-right: 10px;
	border-top: burlywood 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: burlywood 1px solid;
	padding-top: 10px;
	border-bottom: burlywood 1px solid;
}
.pageBoundary
{
	border-right: burlywood 1px solid;
	border-top: burlywood 1px solid;
	border-left: burlywood 1px solid;
	width: 700px;
	border-bottom: burlywood 1px solid;
	font-family: garamond;
	height: 100%;
	background-color: wheat;
}
.standoutTextBox
{
	border-right: burlywood 1px solid;
	padding-right: 10px;
	border-top: burlywood 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: burlywood 1px solid;
	color: darkred;
	padding-top: 10px;
	border-bottom: burlywood 1px solid;
	background-color: moccasin;
}

.myLink
{
	font-weight: bold;
	color: crimson;
	text-decoration: underline;
}

.inputBox
{
	color: darkred;
	background-color: moccasin;
}
.plainLink
{
	color: darkred;
	text-decoration: none;
}
.goa a
{
text-decoration: none;
color: black;
font: 12px Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}

a:hover {
text-decoration: none;
}</pre></body></html>