body {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}
h2 {
	font-size: 14px;
	font-style: normal;
	text-align: center;
	color: #FF00FF;
}
h3 {
	font-size: 12px;
	text-align: center;
}
p {
	font-size: 11px;
}


a:link {
	color: #FF00FF;
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: underline;
}

a:active {
	color: #FF00FF;
	text-decoration: none;
}

a:visited {
	color: #FF00FF;
	text-decoration: none;
}
