body {
	background-color: 1f1f1f;
	width: 480;
	margin-left: 40;
}

h1 {
	color: CBDCBD;
	font: 32px Trebuchet MS;
}

h2 {
	color: CBDCBD;
	font: 24px Trebuchet MS;
}

h3 {
	color: CBDCBD;
	font: 20px Trebuchet MS;
	margin: 2px;
	height: 12px;
}

p {
	text-indent: 2em;
	color: CBDCBD;
	font: 14px Trebuchet MS;
}

li {
	list-style-position: inside;
	text-indent: -1em;
	color: CBDCBD;
	font: 14px Trebuchet MS;
}

a:link {
	color: 3dc25a;
}

a:visited {
	color: 37aedb;
}