/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

#content h1 {
	padding: 0px;
	margin: 0px;
	color: #EC008C;
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -0.03em;
}

#content p,h2,h3,h4,h5,h6 {
	margin: 15px 0;
}

#content h2,h3,h4,h5,h6 {
	font-size: 1.1em;
}

#content {
	font-size: 1.2em;
	color: #000000;
	line-height: 170%;
}

#content pre {
	font-size: 1em;
}

#content em {
	font-weight: normal;
	font-style: normal;
	color: #999999;
}

#content strong {
	color: #00ADEF;
	font-weight: bold;
}

#content a {
	color: #EC008C;
	text-decoration: none;
	border-bottom: 1px dotted #00ADEF;
}

#content a:hover {
	border-bottom: 1px dotted #EC008C;
}

#content img {
	background-color: #FFFFFF;
	padding: 3px;
	margin: 5px;
	border: 1px solid #CCCCCC;
	float: right;
	clear: both;
}

#content hr {
	display: block;
	width: 545px;
	height: 1px;
	clear: both;
	color: none;
	border: 1px solid transparent;
	padding: 0px;
	margin: 0px;
}