/*****HEADING STYLES*****/

h1
{
	font-size: 12px;
	margin: 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #653600;
}

h2
{
	font-size: 12px;
	margin: 5px 0;
	font-weight: bold;
	color: #653600;
}

h3
{
	font-size: 12px;
	margin: 9px 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	color: White;	
}

h4
{
	font-size: 12px;
	color: #e50278;
	font-weight: bold;
	margin: 2px 0;
}

h5
{
	font-size: 12px;
	font-weight: bold;
	margin: 2px 0;
	color: #ed9ac2
}

/*****END HEADING STYLES*****/

a
{
	color: #e50278;	
}

body
{
	font-family: Arial;
	font-size: 12px;
}
