.headline {
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	text-transform: uppercase;
	color: #FFFFFF;
}
.headline_pink {
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	text-transform: uppercase;
	color: #ffccff;
}
.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	color: #FFFFFF;
}
.title_pink {
	font-family: "Courier New", Courier, monospace;
	font-size: 14pt;
	color: #ffccff;
}
.copy {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
			 color: #FFFFFF;
}
.copy_pink {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
			 color: #ffccff;
}
body {  font-family: "Courier New", Courier, monospace;
		font-size: 10pt;
	 	font-style: normal;
		line-height: normal;
		font-weight: normal;
		background-color: #000000;
}
.adminentry { font-family: "Courier New", Courier, monospace; font-size: 10pt; color: #000000 }
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}