body {
	font-family: "Courier New", Courier, mono;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #009900;
}
a:visited {
	color: #006633;
}
a:active {
	color: #00CC33;
	text-decoration: underline;
}
#text {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
}
#text ul {
	list-style: disc;
}
#text li {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	line-height: 20pt;
}
#date {
	font-family: "Courier New", Courier, mono;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	margin-right: 20px;
}
#headline {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	font-weight: bold;
}
#newsText {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	line-height: 14pt;
	margin-left: 20px;
}
#newsText ul {
	list-style: disc;
}
#newsText li {
	font-family: "Courier New", Courier, mono;
	font-size: 12pt;
	line-height: 14pt;
    margin-left: 20px;
}
#pageName {
	font-family: "Courier New", Courier, mono;
	font-size: 28px;
	font-weight: bold;
	color: #009900;
	margin-top: 20px;
	margin-bottom: 20px;
}
