code {
	font-family: sans-serif;
	font-size: 10px;
	text-align: Center;
	color: Blue;
}
pre {
	font-family: sans-serif;
	font-size: 14px;
	color: #000000;
}
h1 {
	background-color: #00CD00;
	border: medium solid #9999FF;
	font-family: sans-serif;
	font-size: 19px;
	text-align: Center;
	color: #FFFFFF;
}
h2 {
	border: medium solid Green;
	margin: 10px;
	font-family: serif;
	font-style: italic;
	font-size: 12px;
	text-align: Left;
	color: Green;
}
h3 {
	font-family: monospace;
	font-size: 14px;
	color: #000000;
}
b {
	font-style: bold;
}
p {
	text-align: Center;
}
body {
	background-color: #FFFF00;
	font-family: sans-serif;
	font-size: 14px;
}

