body {
	background-color: whitesmoke;
	}
.divPageBody {
	width: 70%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 400px;
	}
.divPageTitle {
	font-family: "Ubuntu";
	margin-bottom: 10px;
	}

.divBodyEditor {
	width: 548px;
	border: 1px solid silver;
	padding-left: 6px;
	padding-right: 6px;
	font-family: "Ubuntu";
	font-size: 16px;
	letter-spacing: 0.01rem;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	margin-top: 90px;
	min-height: 5em;
	}
.divEditorSection :focus, :visited:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	
	background-color: white;
	
	}

.divDummyList {
	margin-top: 30px;
	}


.divWordlandButton {
	margin-top: 100px;
	text-align: center;
	}
.divWordlandButton button {
	margin-top: 10px;
	}
.divWordlandButton p {
	margin-top: 20px;
	}

.divClickToLogoffWordpress {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	}
.divSignedOff {
	margin-top: 150px;
	text-align: center;
	}

.divMyCommentViewer {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	border: 1px solid silver;
	background-color: white;
	padding: 3px;
	display: none;
	}
.divMyCommentViewer h1 {
	display: none;
	}

