body {
    margin: 50px;
	font-family: sans-serif;
	background: #000000;
	color: #ffffff;
}
h1, h2, h3, h4 {
	color: #33aacc;
}
a {
	color: #eeeeee;
}
ul {
	list-style-position: inside;
	list-style-type: square;
}
p {
    margin: 10px;
}
div {
	border-top: 1px solid #33aacc;
}
