body { background-color: rgb(173, 216, 230); color: black; }
h3 { margin: .5em; }
p {margin: 0em 1em; text-indent: 3em;}
p.c1 {text-indent: 0em;}
p.c2 {text-indent: 0em; margin: .5em 0em}

.bold {font-weight: bold;}
.bottom {margin-bottom: 10px;}
.red {color: red; background-color: white;}
.blue {color: blue; background-color: white;}
.green {color: green; background-color: white;}
.underline {text-decoration: underline;}

.menu {
	background-color: white;
	border-bottom: .4em outset black;
	border-left: .4em inset green;
	border-right: .4em outset black;
	border-top: .4em inset green;
	color: black;
	margin: 1em;
	padding-left: .5em;
	position: absolute;
	top: 1em;
	width: 150px;
}

.mainpage {
	background-color: rgb(255,255,255); /*white background */
	bottom: .5ex;
	color: rgb(0,0,0); /*black text */
	margin-left: 190px; 
	position: relative; /* Otherwise the white *background does NOT encompass the whole text area */
	/* text-align: center;
	*/
	top: .5ex;
	width: 65%;
}

.content {
	background-color: rgb(255,255,255); /*white background */
	bottom: .5ex;
	color: rgb(0,0,0); /*black text */
	margin-left: 190px; 
	position: relative; /* Otherwise the white *background does NOT encompass the whole text area */
	text-align: left;
	top: .5ex;
	width: 65%;
}
