html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	font-family: Arial, sans-serif;
	font-size: 80%;
	position: relative;
}

br {
	clear: both;
}

.hidden {
	visibility: hidden !important;
	display: none !important;
}

form {
	margin: 0;
	padding: 0;
}

/* Strip borders from images within links */
a img {
	border: none;
}

* {
	margin: 0;
}

.nowrap {
	white-space: nowrap;
}

textarea {
	font-family: Arial, sans-serif;
}
