body {
  background-color: lightgreen;
}

p {
	font-size: 14pt;
}

img {
	max-width: 100%;
}

.headingtext {
	font-family:Comic Sans MS;
	font-size: 24pt;
	text-align: center;
}

#container {
	margin-top: 100px;
	float: left;
	width: 70%;
	margin-left: 10%;
	/*margin right is 10 also*/
	padding: 2%;
	/*padding means top, bottom , left and right so */
	background-color: skyblue;
	color: black;
}

div {
border: 2px solid black;
}


.sideheader {
/*height: 600px;*/
width: 18%;
min-width: 120px;
background-color: royalblue;
float: left;
margin-left: 5%;
}

.textarea {
min-height: 300px;
width: 60%;
background-color: lightseagreen;
float: left;
margin-left: 5%;
font-size: 18px;
font-family: courier;
}

.menubox {
text-align: center;
width: 70%;
min-width: 100px;
padding: 5px;
margin-left: 10%;
margin-right: 5%;
margin-top: 1%;
margin-bottom: 2%;
border-radius: 8px;
background-color: turquoise;
float: left;
}

/* unvisited link */
a:link {
    color: black;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: black;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: black;
    text-decoration: none;
}

/* selected link */
a:active {
    color: black;
    text-decoration: none;
}
