.ProblemPage
{
  margin-top: 0.2em;
  padding-left: 1em;
  border: 1px solid #0000FF;
  min-height: 34em;
  text-align: center;  
}

.ProblemPage a
{
  color:#FF9900;
  font-weight: bold;
  text-decoration: none;	
}

.ProblemPage a:visited
{
  color:#FF9900;
  text-decoration:none;
}

p a
{
  font-weight: bold;
  color:#FF9900;
  text-decoration: none;
}

p a:visited
{
  color:#FF9900;
  text-decoration:none;
}

.ProblemNav ul
{
	margin: 1em;
	padding-bottom: 1em;
	list-style:none;
	text-align: center;
}

.ProblemNav li
{
	display:block;
	float: left;
	width: 6.2em;
	text-align: center;
	white-space:nowrap;
}

.ProblemPage table
{
	width: 100%;
}