textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFCC99;
	font: normal "Courier New" Courier monospace;
	background-color: Black;
}

body {
	background-color: Black;
}


a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFCC99;
	background: Black;
	text-decoration: none;
}

h1 {
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
	color: #FFCC99;
	background: Black;
	font: bold;
}

.smallfont {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #FFCC99;
	font: normal "Courier New" Courier monospace;
	background-color: Black;
}


a:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #B22222;
	background: Black;
	text-decoration: none;
}

a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #B22222;
	background: Black;
	text-decoration: none;
}


p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFCC99;
	background: Black;
	text-decoration: none;
}

