body {
	text-align: center;
	background-color: #777;
	font-family: sans-serif;
	font-size: 14px;
}
div {
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#center_all {
	text-align: left;
	margin: 0 auto;
}
#content {
	padding: 0 8px;
}

.menu_entry a{
	font-weight: bold;
}
.menu_entry a:link {
	color: #fff;
}
.menu_entry a:visited {
	color: #ccc;
}
.menu_entry a:hover, .menu_entry a:active {
	color: #999;
}

.bottom {
	vertical-align: bottom;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.spaceAfter {
	margin-bottom: 1em;
}
.fullSize {
	width: 100%;
}
.error {
	color: #f00;
}
.success {
	font-weight: bold;
}

