
/* Page background and texture */

body {
	width: 780px;
	margin-left: auto;
	margin-right: auto;

	background-color: #FFF;
	background: url("paper.jpg");
}

p:first-line {
	font-weight: bold;
}

p:last-of-type {
	padding-bottom: 25px;
}

.page {
	background-color: #000;
	border-radius: 4px;
	box-shadow: 4px 4px 8px #444;
	
}

/* Heading and body styles */
p {
	text-indent:50px;
}

p, li {
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	color: #FFF;
}

ul {
	list-style: none;
}

li {
	padding-left: 1em;
}

li:before {
    content: "• ";
    color: red; /* or whatever color you prefer */
}

h1 {
	margin-top: -150px;
	margin-left: 200px;
	
	z-index:1;
	clear: both;
	
	margin-right: auto;
	width: 590px;
	
	color: red;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 300%; /* in em! */
	font-style: normal;
	font-weight: bold;
}


header {
	background-image: url("header.gif");
	width: 100%;
	height: 500px;
}

/* Leading letters */
/* todo */