@charset "utf-8";
body {
	color: #fff;
	text-align: center;
	overflow: -moz-scrollbars-vertical;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	background-color: #1e84c6;
}
/* Links */

a:link, a:visited {
	color: #FC0;
}
a:hover {
	color: #F63;
}
h1, h2, h3, h4, h5 {
	line-height: 1;
	margin-bottom: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.4em;
	color: #55ACE6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	letter-spacing: .1em;
	text-transform: capitalize;
	padding-bottom: .25em;
}
h2 {
	font-size: 1.3em;
	color: #F60;
	letter-spacing: .1em;
	text-transform: capitalize;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	color: #FC0;
	letter-spacing: .1em;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	font-style: italic;
	letter-spacing: .1em;
	margin-top: 1.5em;
	color: #1E84C6;
}
h5 {
	font-size: 1em;
	font-weight: normal;
	color: #FC3;
	font-style: italic;
	letter-spacing: .1em;
	text-decoration: underline;
}
blockquote {
	line-height:1.5em;
	margin-top: 0.6em;
	margin-right: 0.6em;
	margin-bottom: 0.6em;
	margin-left: 1.5em;
}
blockquote p {
	list-style-position: outside;
	list-style-type: square;
	display: list-item;
	line-height: 1.3em;
}
table {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
p {
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
img {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
