body
{
	background-color: Silver;
	color: Blue;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10%;
}

h1
{
	font-size: 12px;
	letter-spacing: 1px;
}

h2
{
	font-size: 10px;
	letter-spacing: 1px;
}

.content
{
	width: 600px;
	height: auto;
}

.left
{
	position: relative;
	float: left;
	/* margin: 5px; */
	/* margin-left: 4%;
	margin-right: 4%;
	margin-bottom: 4%; */
}

.clear
{
	clear: both;
}

.fuss
{
	position: relative;
	margin-top: 40px;
	width: 600px;
	height: auto;
}