body {
	background-color: #000000;
	padding: 10px;

}
p {
	line-height: 150%;
	color: #33CC33;

}
li {
	line-height: 150%;
	color: #33CC33;

}
h1 {
	color: #CCCCCC;
	border-bottom-width: thin;
	border-left-width: thick;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #009900;
	border-left-color: #33CC33;
}
h2 {
	color: #CCCCCC;
	border-bottom-width: thin;
	border-left-width: thick;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #009900;
	border-left-color: #33CC33;
}
h3 {
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
	color: #00FFFF;

}
a:visited {
	text-decoration: none;
	color: #0099FF;

}
a:hover {
	text-decoration: underline;
	color: #CC0099;
}
a:active {
	text-decoration: none;
}
