

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: black;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	color: #7D807A;
}

h1, h2, h3 {
	color: #AA2808;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #E14949;
}

a:hover {
	text-decoration: none;
	color: #C11414;
}

/* Wrapper */

#wrapper {
	width: 900px;
	height: 50px;
	margin: 300px auto;
 	text-align: center;

}

#wrapper h1 a {
	border: none;
	}

/* Header */

