* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Sans-Serif;
}

body {
	border-bottom: 26px #EC277C solid;
	padding: 10px 15px 15px 5px;
	margin: 0 0 0 0;
}

p {
	font-size: 12px;
}


h1 {
	margin: 10px 0 0 10px;
}
h1 a{	
	color: #000;
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 16px;
	text-transform: capitalize;
}


h2{
	margin: 10px 0 0 10px;
	color: #ED287D;
	font-family: Georgia, Serif;
	font-weight: normal;
	font-size: 32px;
}

h3{
	margin: 15px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}

p {
	padding: 10px 10px 0 10px;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
}


ul {
	margin: 0 0 0 20px;
	padding: 10px 10px 0 10px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-align: justify;
}

ol {
	padding: 10px 10px 0 35px;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-align: justify;
}

li {
	padding: 2px 0 2px 0;
}

p a, li a {
	color: #ED287D;
	font-weight: bold;
}

p a:hover, li a:hover {
	color: #ED287D;
	text-decoration: none;
	font-weight: bold;
}

img {
	margin: 10px 0 5px 10px;
	border: 0px;
}
