body {
	margin-left: 100px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
	margin-top: 20px;
	width: 420px;
	margin-bottom: 20px;
	background-color: CF7F0E;
}
a {
	font-weight: bold;
	color: #000000;
	background-color: #FFCC33;
	padding: 2px 5px;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 2px 5px;
	font-weight: bold;
} 
.action {
	font-family: "Courier New", Courier, mono;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.setting {
	font-style: italic;
}
.heading {
	font-size: 2em;
	font-weight: bold;
}
