html, body {
	margin: 0;
	height: 100%;
}

a {
	color: #503a23;
}
a:hover {
	color: #805426;
}

.genericFloatLeft {
	float: left;
}
.genericFloatRight {
	float: right;
}


.genericClearBoth {
	margin: 0;
	padding: 0;
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	font-size: 0;
	line-height: 0;
	background-color: transparent;
}

.genericBold {
	font-weight: bold;
}

.genericClear{
	clear:both;
	overflow:hidden;
	font-size: 0;
	line-height: 0;
	height: 0;
}
