@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	outline: none;
}
html, body, div, id, img, span, p, a, ul, li, h1, h2, h3, h4, h5, h6, form, label, input {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background: #9c5a75;
}
a {
	text-decoration: none;
	color: #00add8;
	
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
li{
	list-style-type:none;
}

h1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h2 a, h3 a, h4 a{color:#000000;}
h3 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	font-size:12px;
	line-height:16px;
	color: #000000;
}
p span{color:red}