@charset "UTF-8";
body {
	font-family: Arial;
	font-size: normal;
	color: #cfcfcf;
	margin: 20px;
	padding: 20px;
	background-color: #000000;
	letter-spacing: 0.1em;
}
a {
	color: #ffffff;
	text-decoration: underline;
}
p {
	text-align: center;
	padding: 5px;
	margin-top: 80px;
}
.txtYellow{
	color: #cecf00;
}
.txtRed{
	color: #cf0000;
}
.txtGreen{
	color: #00cf00;
}
.xltext {
	font-size: 90px;
	/*letter-spacing: 5px;*/

}
.monospace {
	font-family: "Courier New", Courier, monospace;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

