h1 {
	font-weight: bold;
	font-size: 130%;
	margin: 0px;
	color: #EE276F;
	padding-bottom: 2px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-weight: bold;
	font-size: 110%;
	margin: 0px;
	color: #EE276F;
	padding-bottom: 4px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	color: #666666;
	font-weight: bold;
	font-size: 100%;
	padding-bottom: 10px;
	margin: 0px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	padding-bottom: 5px;
	margin: 0px;
}

a {
	color: #010101;
	font-weight: bold;
	text-decoration: none;
}

a:hover	{

	color: #EE276F;
	text-decoration: underline;

	}


ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {
	border: none;
}

