*
{
	padding: 0;
	margin: 0;
}

p
{
	padding: 0;
	margin: 0;
}

body
{
	text-align: center;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.2;
	letter-spacing: 0;
	word-spacing: 0;
}

img
{
	border: none;
}

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

:focus, :active
{
	outline: none;
}

.clear
{
	clear: both;
}

li
{
	list-style-position: inside;
}