* {
	margin: 0;
  padding:0;
}
img {
	border: none;
}
html, body {
	height: 100%;
	font-family:arial, sans-serif;
	font-size: 13px;
	color: #1a171b;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
  background: #fff;
}

a:link {text-decoration: none; color: #1a171b;}
a:visited {text-decoration: none; color: #1a171b;}
a:active {text-decoration: none; color: #1a171b;}
a:hover {text-decoration: underline; color: #1a171b;}

h1 {
  font-size: 18px;
  font-weight: bold;
}
h2 {
  font-size: 15px;
  font-weight: bold;
}
h3 {
  font-size: 13px;
  font-weight: bold;
}
h4 {
  font-size: 13px;
  font-weight: bold;
}