* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 10px; */
	color: #fff;
}
ul {
	list-style: none inside;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
}
ul,ol,
p {
	margin-bottom: 1em;
}
h1, h2, h3, h4, h5 {
	font-size: 1.2em;
	color: #fff;
	/*margin-top: 1.5em; */
	margin-bottom: 0.8em;
}
a {
	text-decoration: none;
	outline: none;
	font-weight: bold;
	color: #f00;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
img {
	display: block;
}
input, select, textarea {
	border: 1px outset #999;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
 
/*-------------------------------------------------------------------------------- */
/* FLOATS */
 
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
.block {
	clear: both;
	float: none;
	display: block;
}
