/* CSS Document */
#newgrade {
  color: #dd0000;
}

.notice {
  color: #dd0000;
}

#judokaGirl {
  color: #dd66ff;
}

#judokaBoy {
  color: #6600dd;
}
#centercontent {
	height: 800px;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
}

dl dd {
	margin-left: 10px;
	color: #B22222;
}

dl dt {
	font-weight: bold;
	margin-left: 5px;
}

dl {
	margin: 5px;
}