a:link    { color: steelblue;  }
a:visited { color: darkorchid; }
a:hover   { color: dodgerblue; }

body {
	color:            dimgray;
	background-color: whitesmoke;
	font-style:       normal;
	font-variant:     normal;
	font-weight:      normal;
	font-family:      'MS UI Gothic';
	line-height:      130%;
}

p.pb { margin-left: 30px; }

p.ph {
	margin-left: 30px;
	color:       salmon;
}

hr {
	height:           1px;
	color:            darkgray;
	background-color: darkgray;
	border:           none;
}

textarea {
	color:            dimgray;
	background-color: whitesmoke;
	border-style:     solid;
	border-color:     darkgray;
	border-width:     1px;
}

.dtul { font-weight: bold; }

dl{ margin-left: 30px; }

form { margin-left: 30px; }

.spncaution { color: salmon; }

.divcopy {
	text-align:   right;
	margin-right: 30px;
}
