@charset "utf-8";
a {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #666666;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF9933;
	background-color: #CCCCCC;
}
body {
	background-color: #000000;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #663300;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.blockparagraph {
	height: auto;
	width: 300px;
	text-align: justify;
}

