@CHARSET "ISO-8859-1";

body {
	color: white;
	background-color: black;
}

#main {
	padding: 10px;
	text-align: center;
}

.title {
	font-size: 32px;
	text-align: left;
	font-family: sans-serif;
}

#applet {
	width: 512px;
	height: 512px;
	padding: 0px;
	border: 1px solid gray;
	margin: 20px auto 0px auto;
}

#appletText{
	font-size: 12px;
	text-align: center;
	font-family: sans-serif;
}
