@charset "utf-8";
body {
	font-size: 12pt;
	color: #00FF00;
	font-family: "Courier New", Courier, Terminal, monospace;
	font-size: 12pt;
	background: #000000;
	margin: 10px;
	visibility: 10%;
}

h1 {
	font-size: 18pt;
	color: #CCFF00;
	text-decoration: underline;
	font-style: italic;
}
p {
	font-size: 12pt;
	color: #00FF00;
}
td {
	font-size: 12pt;
	color: #00FF00;
}
h2 {
	font-family: "Courier New", Courier, Terminal, monospace;
	font-size: 16pt;
	font-style: italic;
	color: #CCFF00;
}
h3 {
	font-size: 14pt;
	text-decoration: underline;
	font-style: oblique;
}
hr {
	color: #00FF00;
	border: thick outset #00FF00;
}
.underline {
	text-decoration: underline;
}

