div#content {
	text-align: center;
	font-size: normal;
	font-weight: medium;
	font-family: arial, helvetica, sans-serif;
	line-height: 100%;
	letter-spacing: 2px;
	color: #0C0C0C;
}

div#toobusy {
	text-align: center;
	font-size: large;
	font-weight: strong;
	font-family: arial, helvetica, sans-serif;
	line-height: 100%;
	letter-spacing: 4px;
	color: #eeeeee;
}

div#services {
	text-align: center;
}

div#footer {
	text-align: center;
	font-size: small;
	font-weight: medium;
	font-family: arial, helvetica, sans-serif;
	line-height: 100%;
	letter-spacing: 0px;
	color: slategray;
}

a.cleanlink:link {
	color: LightSlateGray;
	text-decoration: none;
	}
a.cleanlink:visited {
	color: LightSlateGray;
	text-decoration: none;
	}
a.cleanlink:hover {
	color: #5aa86b;
	text-decoration: underline;
	}
a.cleanlink:active {
	color: LightSlateGray;
	text-decoration: none;
	}
