@charset "utf-8";
body {
	background-color: #121212;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

p {
	font-size: 16px;
	color: #111;
	line-height: 18px;
	letter-spacing: 2px;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 4px;
	color: #3366cc;
}

h2 {
	font-size: 18px;
	letter-spacing: 2px;
	color: #66cc00;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	letter-spacing: 1px;
	color: #006;
	margin-top: 5px;
	margin-bottom: -5px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	letter-spacing: 2px;
	color: #99ccff;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99ccff;
	height: 25px;
}

h5 {
	font-size: 18px;
	color: #ae6807;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 2px;
	font-style: italic;
	margin-top: -10px;
}

h6 {
	font-size: 30px;
	color: #ae6807;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 2px;
	font-style: normal;
	margin-top: 0px;
}

ul {
	font-size: 16px;
	color: #111;
	line-height: 20px;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
}


li {
	margin-top: 5px;
	padding-left:0px;
	list-style-position: inside;
	list-style-type: disc;
}