body {
	font-size: 1em;
	font-family: Helvetica, Trebuchet, sans-serif;
	color: #333333;
	margin: 1px;
	background: white;
	text-align: center;
	left: 2px;
	bottom: 2px;
	right: 2px;
	top: 1px;
}

/* My Comment */

a:link {
	color: olive;
	text-decoration: none;
}

a:visited {
	color: #808000;
	text-decoration: none;
}

a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: white;
	color: black;
	width: 600px;
	height: 600px;
	margin-top: auto;
	margin: auto;
	padding: 0;
}

#contentContainer #content {
	padding: 5px;
}

#footer {
	text-align: center;}
	
/*</group>*/