body {
font-size: 0.7em;
	font-family: Courier, "Courier New", monospace;
	color: white;
	margin: 1px;
	background: BLACK;
	text-align: center;
	left: 2px;
	bottom: 2px;
	right: 2px;
	top: 1px;
}

/* My Comment */

a:link {
	color: #969696;
	text-decoration: none;
}

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

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

/*<group=Layout>*/

.clearer {
	clear: both;
}

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

#contentContainer #content {
	padding: 50px;
}
	
/*</group>*/