body {
	background-color: orange;
}
h1 {
	font-size: 50px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: center;
	color: white;
}
p {
	font-size: 14px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #a55340;
	margin:10px;
}

div {
	background-color: #ffe4c1;
	width: 250px;
	height: 120px;
	margin: 10px;
}

img {
	margin: 10px;
}

.star {
	
}

div#panel {
	float:left;
	width: 700px;
	height: 409px;
	position: relative;
	left: 3px;
	top: 2px;
}

table {
	float:left;
}

div p {
	font-size: 14px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #a55340;
	margin:10px;
}

span {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

input {
	text-align: center;
	width: 650px;
	height: 40px;
	color: grey;
	border: none;
	margin-bottom: 10px;
	margin-left: 20px;
}

div#tutor {
	float:left;
	width: 240px;
	height: 120px;
	position: relative;
	left: 3px;
	top: 2px;
	text-align: center;
	line-height: 100px;
}

div#tutor p {
	font-size: 36px;

}