* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background-color: #000000;
	font: 12px/1.55em arial, helvetica, sans-serif;
}

a {
	color: #1e7ec8;
	text-decoration: underline;
}

a:hover { 
	color: #1e7ec8; 
	text-decoration: underline;
}

a img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6, .head {
	line-height: 1.3em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1.05em;
}

h5 {
	font-size: 1.05em;
}

h6 {
	font-size: .95em;
}

/* Paragraph */
p {
	margin-bottom: .8em;
}

address {
	margin-bottom: .4em;
}

address {
	font-style: normal;
	line-height: 1.4em;
}

cite {
	font-style: normal;
	font-size: 10px;
}

q:before, q:after {
	content: '';
}

/* Lists */
dt {
	display: block;
	font-weight: bold;
}

li {
	list-style: none;
}

/* Size */
.nowrap {
	white-space: nowrap;
}