BODY {
	background: "#99CCFF";
	font-size: 12px;
	font-weight: 100;
	font-style: normal;
	font-family: "trebuchet ms", "helvetica", sans-serif;
	text-indent: 0em;
	text-align: center;
	color: black;
}
p.title {
	font-size: 20px;
	font-weight: 100;
	font-style: normal;
	font-family: "tempus sans itc", "helvetica", sans-serif;
	text-decoration: underline;
	text-indent: 0em;
	color: "#0000DA";
}
p.def {
	font-size: 12px;
	font-weight: 100;
	font-style: normal;
	font-family: "trebuchet ms", "helvetica", sans-serif;
	text-indent: 0em;
	color: black;
}
p.content {
	font-size: 12px;
	font-weight: 100;
	font-style: normal;
	font-family: "trebuchet ms", "helvetica", sans-serif;
	text-indent: 0em;
	text-align: left;
	color: black;
}
code.title {
	font-size: 12px;
	font-weight: 100;
	font-style: normal;
	font-family: "courier new", "courier";
	text-decoration: underline;
	text-indent: 0em;
	text-align: left;
	color: "#0000DA";
}
code.def {
	font-size: 12px;
	font-weight: 100;
	font-style: normal;
	font-family: "courier new", "courier";
	text-indent: 0em;
	text-align: left;
	color: green;
}
code.t1 {
	font-size: 12px;
	font-weight: 100;
	font-style: normal;
	font-family: "courier new", "courier";
	text-indent: 3em;
	text-align: left;
	color: green;
}
code.t2 {
	font-size: 12px;
	font-weight: 100;
	font-style: normal;
	font-family: "courier new", "courier";
	text-indent: 6em;
	text-align: left;
	color: green;
}
A:link {
	font-size: 12px;
	font-weight: 100;
	font-style: normal;
	font-family: "trebuchet ms", "helvetica", sans-serif;
	color: #E66520;
	text-decoration: none;
}
A:visited {
	font-size: 12px;
	font-weight: 100;
	font-style: normal;
	font-family: "trebuchet ms", "helvetica", sans-serif;
	color: #E66520;
	text-decoration: none;
}
A:active {
	font-size: 12px;
	font-weight: 100;
	font-style: normal;
	font-family: "trebuchet ms", "helvetica", sans-serif;
	color: red
	text-decoration: none;
}
