body {
	background-color: rgb(0,33,77);
	color: #b18e18;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 24px;
}
textarea {
	border-width: 0px;
    background-color: rgb(0,33,77);
	color: #b18e18;
	border-color: #b18e18;
	border-style: solid;
	overflow: auto;
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 24px; 
}
