* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-text-size-adjust:none;
}

:focus {
  -moz-outline-style: none;
}

:-moz-any-link:focus {
  outline: none;
}

img a {outline : none;}

img {
	border: none;
}

table {
	border: none;
	empty-cells: show;
}

th,td {
	border: none;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.clear {
	margin-bottom:30px;
	clear:both;
}

.buttons {
	cursor: pointer;
}

body {
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#e2ddd2;
}

html, body {
	height: 100%;
}

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

* :focus { outline: 0; }

a:hover {
	border:none;
	text-decoration:none;
}
.clear {
	width:100%;
	clear:both;
}
::selection {
	background-color: rgba(211,14,23, 0.85);
	color:#fff;
	
}