body {
	font-family: Arial, Helvetica, sans-serif;
	color: #663399;
	background-color: #FF99CC;
	margin: 0px 0px 10px 0px;
	font-size: 0.8em;
	font-weight: bold;
}
#content {
	background-color: #FFFFFF;
	width: 750px;
	padding: 10px;
	margin: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
}
h1 {
	text-align: center;
	color: #000000;
	font-size: 1.5em;
}
#header {
	text-align: center;
}
#footer {
	text-align: center;
}
a:link {
	color: #990000;
}
a:active {
	color: #FF0000;
}
a:visited {
	color: #FF88C9;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.big {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
.update {
	text-align: center;
	font-size: 0.9em;
}
.enter {
	text-align: center;
	font-size: 1.3em;
}
