* {
	padding: 0;
	margin: 0;
}

body {
	background: #000000;
	color: #ad8461;
	font: 62.5% 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	letter-spacing: 0.02em;
	text-align: justify;
}

p, span, ul, dl, ol, legend, label, input, textarea {
	font: 1.1em 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
}
p {
	line-height: 1.4em;
	padding: 0 0 1em 0;
}
li, dt, dd {
	line-height: 1.4em;
}

img, table {
	border: none;	
}

th {
	text-align: left;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Tahoma, Geneva, Arial, sans-serif;
	text-align: left;
	margin-bottom: 1em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}


ul, ol {
	list-style: none;
}

a {
	color: #AB0B05;
	outline: none;
}
a:hover, a:active {
	text-decoration: none;
}

