@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 62.5%;
}

html {
	margin: 0px;
	padding: 0px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

p {
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}

ol,
ul {
	list-style: none;
}

a:link,
a:hover,
a:active,
a:visited {
	color: #000;
}

table {
	border-collapse: collapse;
}

.holder {
}
