html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
}

body {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: left;
	font-size: 80%;
	height: 100%;
	min-height: 100%;
}

h1 {
	margin: 0px;
}

.mainBody {
}

.container {
	width: 100%;
}

a {
	text-decoration: underline;
	color: Red;
}

a:hover {
	text-decoration: none;
	color: Red;
}
