body {
	background-color: WhiteSmoke;
	color: DimGray;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}
.title {
	color: Black;
}
.red {
	color: Red;
}
a {
	color: DimGray;
	text-decoration: none;
}
a:hover {
	background-color: OrangeRed;
}
form {
	margin: 0;
}
iframe {
	border: none;
	margin: 0;
}
input  { font-size: 12px; font-family: "Courier New", Courier, mono; font-weight: normal; padding-left: 2px }
td.caption  { color: black; font-size: 12px; font-family: "Courier New", Courier, mono; font-weight: bold; background-color: white; vertical-align: middle; border: solid 1px #696969 }
ul {
	padding-left: 1em;
}

