body {
	/*background-color:#CCC;*/
	background-color:#06F;
	padding:0px;
	margin:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#wittediv {
	background-color:white;
	border:3px solid #555;
	width:810px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:50px;
}

.image {
	/*border-bottom:3px solid #555;*/
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
}

.title {
	background-color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:white;
}

#menufixed {
	position:fixed;
	background-color:#666;
	bottom:0px;
	left:0px;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	text-align:center;
}

#menufixed a {
	text-decoration:none;
	color:white;
}

#menufixed a:hover {
	background-color:white;
	color:#333;
}

#backlink a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	background-color:#666666;
	text-decoration:none;
}

#backlink a:hover {
	color:#555;
	background-color:white;
}

#copy {
	background-color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
}

.commenttitle a {
	color:white;
	background-color:#06F;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	
}

.commenttitle a:hover {
	color:#06F;
	background-color:white;
	text-decoration:underline;
}