#right {
	width: 250px;
	height: 900px;
	background-color: #000000;
	position: absolute;
	top: 0px;
	left: 754px;
}
#article {
	width: 500px;
	float: left;
	margin-top: 20px;
	margin-left: 15px;
}

body {
	background-color: #222200;
}
h1 {
	font-size: 22px;
	color: #00ff00;
	font-family: Courier new, Comic Sans, Arial;
	font-style: bold;
}
h2 {
	font-size: 16px;
	color: #00ff00;
	font-family: Courier new, Comic Sans, Arial;
	font-style: bold;
}
p {
	font-size: 12px;
	color: #00ff00;
	font-family: Courier new, Comic Sans, Arial;
	font-style: italic;
	text-align: justify;
}


