p {
	color: #A9A9A9;
	font-family: "Kozuka Gothic Pro EL", "Kozuka Gothic Pro L";
	font-size: 14px;
	font-weight: bolder;
}
body {
	background-color: #0B5B9F;
}
tr.heading {
	font-size: 40pt;
	font-family: "Minion Pro Cond";
	color: #0B5B9F;
	font-weight: bolder;
	background-color: #A9A9A9;
	text-align: center;
}
td.mainbody {
	padding: 10px;
}
a.sidemenulink:link,a.sidemenulink:visited {
	color: #8F8F8F;
	text-align: center;
	font-family: Ariel;
	font-weight: bold;
	text-decoration: none;
}
a.sidemenulink:hover {
	color: #0B5B9F;
	text-align: center;
	font-family: Ariel;
	text-decoration: none;
	background-color: #000000;
}
ul {
	list-style: circle outside;
}
#submenu {
	display: none;
}
div.sidemenulink {
	color: #8F8F8F;
	font-family: Ariel;
	font-weight: bold;
	text-decoration: none;
}
div.sidemenulink:hover {
	color: #0B5B9F;
	font-family: Ariel;
	text-decoration: none;
	background-color: #000000;
	cursor: pointer;
}
a:link,a:visited {
	color: Black;
	text-align: center;
	font-family: Ariel;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-align: center;
	font-family: Ariel;
	text-decoration: none;
}
.creator {
  position: absolute;
  bottom: 0px;
  right: 15px;
  border: thin Black;
}
.youfailed {
	color: #EA0000;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "MS Sans Serif";
}
a.youfailed {
	font-size: 18px;
	color: #B70000;
	position: absolute;
  	top: 5px;
  	left: 15px;
}
h1 {
	color: #8F8F8F;
}