/* Elements CSS
-------------------------------------------
	- Only Typography Elements and Form 
	Elements in this file
	
------------------------------------------*/

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #f1278b;
}

p {
	padding-left: 25px;
}

/* Links
----------------------------------------*/

a:hover {
	text-decoration: none;
	outline: none;
	outline-style: none;
}

a:link {
	text-decoration: none;
	outline: none;
	outline-style: none;
}

a:active {
	text-decoration: none;
	outline: none;
	outline-style: none;
}

a:focus {
	text-decoration: none;
	outline: none;
	outline-style: none;
}

/* Lists
---------------------------------------*/
