@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: inherit;
	line-height: 1.3;
}

a {
	color: #f99;
	text-decoration: underline;
}
a:visited {
	color: #fcc;
}
a:hover {
	text-decoration: none;
	color: #99f;
}

body {
	font-family: "Arial", sans-serif;
	margin: 1em 2em;
	background-color: #222;
	color: #eee;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-decoration: none;
	font-family: "Times New Roman", serif;
	padding: 0;
	margin: 0.5em 0;
}

h1 {
	margin: 1em 0;
	font-size: 150%;
	text-transform: lowercase;
}

h1:first-letter {
	margin-right: 2px;
	font-weight: bold;
	font-size: 180%;
	color: #E1290F;
	text-transform: uppercase;
}

h2 {
	padding: 0.2em 15px;
	font-size: 120%;
	border-left: 1px dotted #888;
	background-color: #333;
	text-transform: lowercase;
}
h2:first-letter {
	margin-right: 2px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 130%;
	color: #74C9EE;
}



p, ul, ol, dl, blockquote, pre {
	margin: 1em 15px;
}

ul, ol {
	margin: 1em 40px;
}
ul {
	list-style-type: square;
}
li {
	margin: 0.2em 0;
}

dd {
	margin-left: 20px;
}

.navigation ul {
	text-align: right;
}
.navigation li {
	display: inline;
	margin: 0 10px;
}


#footer {
	border-top: 1px solid #333;
	font-size: 80%;
	text-align: right;
	color: #999;
}

