html, body {
	margin: 0;
	padding: 0;
}
html { 
	background-color: #0000cc;
	background-image: -webkit-gradient(radial, 0 16, 0, 0 16, 100, from(#ffffff), to(rgba(0,192,255,0))), -webkit-gradient(radial, 0 0, 100, 0 0, 300, from(#00c0ff), to(rgba(0,192,255,0))), -webkit-gradient(linear, left top, right top, from(#0080ff), to(#000080));
	background-image: -moz-radial-gradient(0px 16px 45deg, circle cover, rgba(255,255,255,1) 0px, rgba(0,192,255,1) 50px, rgba(0,192,255,0) 300px), -moz-linear-gradient(left, #0080ff, #000080);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left top;
}
body {
	color: #eeeeee;
	font: normal .85em/1.2em  "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	text-shadow: #606060 0px 0px 2px;
	background-color: #0000cc;
	background-image: -webkit-gradient(radial, 0 0, 0, 0 0, 100, from(#ffffff), to(rgba(0,192,255,0))), -webkit-gradient(radial, 0 0, 100, 0 0, 300, from(#00c0ff), to(rgba(0,192,255,0))), -webkit-gradient(linear, left top, right top, from(#0080ff), to(#000080));
	background-image: -moz-radial-gradient(0px 0px 45deg, circle cover, rgba(255,255,255,1) 0px, rgba(0,192,255,1) 50px, rgba(0,192,255,0) 300px), -moz-linear-gradient(left, #0080ff, #000080);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left top;
}
marquee.scroller {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
	border: none;
	color: red; 
	font-size: 32px;
	line-height: 40px;
	font-weight: normal; 
	font-style: italic;
	text-align: center;
	text-shadow: #e8e8e8 0px 0px 4px; 
}	
.outer {
	z-index: 10; 
	margin: 1em auto;
	padding: 0 0 0 0;
	position: relative;
	display: block;
	width: 70%;
	border: none;
	overflow: hidden;
	min-width: 320px;
}
.inner {
	padding: 0;
	position: relative;
	display: block;
	width: 97%;
	margin: 0em 0em 1em 0em;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	box-shadow: rgba(0,0,0,0.5) 5px 0px 10px;
	-moz-box-shadow: rgba(0,0,0,0.5) 5px 0px 10px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 5px 0px 10px;
	background-color: #0080ee;
	background-image: -webkit-gradient(linear, left top, right top, from(#00ccff), to(#0000cc));
	background-image: -moz-linear-gradient(left, #00ccff, #0000cc);
}
.header {
	position: relative;
	display: block;
	width: 97%;
	height: auto;
	margin: 0em 0em .5em 0em;
	padding: 0;
	border: none;
	color: #e8e8e8; 
	font: 4em/1em "Times New Roman", Georgia, Times, serif;
	font-weight: normal; 
	font-style: italic;
	text-align: center;
	text-decoration: none; 
	text-shadow: black 2px 0px 4px; 
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.025em #e8e8e8;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.75, transparent), to(rgba(0,0,0,0.5)));	
}
.header a {color: #e8e8e8; text-decoration: none;}
#points {
	position: relative;
	display: block;
	width: 97%;
	height: auto;
	margin: 0em 0em 0.75em 0em;
	padding: 0;
	border: none;
	color: #e8e8e8; 
	font: 3em/1em "Times New Roman", Georgia, Times, serif;
	font-weight: normal; 
	font-style: italic;
	text-align: center;
	text-shadow: black 2px 0px 4px; 
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0.03em #e8e8e8;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(rgba(0,0,0,0.5)));	
}
#browser {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0em 0em 1em 0em;
	padding: 0;
	border: none;
}
#browser div {
	z-index: 20; 
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 97%;
	max-height: 100px;
	color: #e8e8e8; 
	font-size: 18px; 
	line-height: 20px;
	font-weight: normal; 
	font-style: italic;
	text-align: center;
	text-shadow: black 0px 0px 4px; 
	text-align: center;
	vertical-align: middle;
}
#browser div big {
	font-size: 24px; 
	line-height: 32px;
	font-weight: bold; 
}
img.left {
	position: absolute;
	width: 100px;
	height: 100px;
	left: 0px;
	top: 0px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
}
img.right {
	position: absolute;
	width: 100px;
	height: 100px;
	right: 0px;
	top: 0px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
}
table {
	display: table;
	padding: 0;
	margin: 8px 0 0 0;
	border: 0px none;
	background-color: silver;
	background-color: rgba(240,240,240,.5);
	background: -webkit-gradient(linear, left top, right top, from(rgba(240,240,240,.5)), to(rgba(128,128,128,.5)));
	background: -moz-linear-gradient(left, rgba(240,240,240,.5), rgba(128,128,128,.5));
}
table.info {
	background-color: black;
	background-color: rgba(0,0,0,.5);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,80,.25)), to(rgba(0,0,40,.5)));
	background: -moz-linear-gradient(left, rgba(0,0,80,.25), rgba(0,0,40,.5));
}
td a {
	position: absolute;
	display: block;
	right: 8px;
	color: #e8e8e8;
	font: 1.1em/1.1em verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: -1.25em;
	letter-spacing: -0.1em;
	text-shadow: black 0px 0px 3px;
	text-align: right;
	text-decoration: none; 
	min-width: 2em;
	outline: 0;
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
}
td a.nograde {
	margin: 0;
	text-align: left;
	position: relative;
	display: inline;
	letter-spacing: 0em;
	right: 0px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
td a:link {border-bottom:solid 2px #00aaff; color: #eeddaa;} 
td a:visited {border-bottom:solid 2px #808080; color: silver;} 
td a:active {border-bottom:solid 2px orange; color: yellow;} 
td a:hover {border-bottom:solid 2px red; color: orange;}
td span {
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: rgba(0,0,0,0.5) 2px 0px 3px;
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 0px 3px;
	background: #0000ff;
	color: #e0e0e0;
	font: 1em/1em Impact, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0 0 0 1em;
	text-shadow: #000000 0px 0px 1px;
	padding: .2em .4em;
	text-align: center;
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
}
td.dark {
	width: 100%;
	background-color: black;
	background-color: rgba(0,0,0,.5);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.3)), to(rgba(0,0,0,.5)));
	background: -moz-linear-gradient(left, rgba(0,0,0,.3), rgba(0,0,0,.5));
}
td.yes {
	background-color: green;
	background-color: rgba(0,192,0,.5);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0,255,0,0)), to(rgba(0,128,0,1)));
	background: -moz-linear-gradient(left, rgba(0,255,0,0), rgba(0,128,0,1));
}
td.no {
	background-color: red;
	background-color: rgba(255,0,0,.5);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,0,0,0)), to(rgba(160,0,0,1)));
	background: -moz-linear-gradient(left, rgba(255,0,0,0), rgba(160,0,0,1));
}
h1 {
	color: #ffc500;
	display: block;
	font: 2em/1.0em Impact, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: .4em 0 0 .5em;
	text-shadow: #000000 0px 0px 3px;
}
h1 sup {
	color: #e8e8e8;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
	font: bold 0.6em/1.6em Arial, Helvetica,sans-serif;
	text-shadow: #000000 0px 0px 2px;
	text-align: center;
	background: #bb0000;
	border-radius: .8em;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	-khtml-border-radius: .8em;
	box-shadow: rgba(0,0,0,0.5) 2px 0px 3px;
	-moz-box-shadow: rgba(0,0,0,0.5) 2px 0px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.5) 2px 0px 3px;
}
h1 sup.passed {
	background: #008000;
}
h1 sup:hover, h1 sup.passed:hover {
	cursor: pointer;
	background: black;
}
h2 {
	position: absolute;
	display: block;
	width: 1.6em;
	height: 1.6em;
	top: 0.2em;
	right: 0.2em;
	font: 2em/1.6em Impact, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #e8e8e8;
	text-shadow: #404040 1px 0px 2px;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	-khtml-border-radius: 0.8em;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-webkit-user-drag: none;
	background: #0000dd;
	background: -webkit-gradient(radial, 10 10, 0, 20 20, 40, from(rgba(0,160,255,1)), to(rgba(0,0,80,0)));
	background: -moz-radial-gradient(10px 10px 45deg, circle cover, rgba(0,160,255,1) 0px, rgba(0,0,80,0) 40px);
} 
h2:hover {
	cursor: pointer;
	color: silver;
	background: #0000aa;
	background: -webkit-gradient(radial, 30 30, 0, 20 20, 40, from(rgba(0,160,255,1)), to(rgba(0,0,80,0)));
	background: -moz-radial-gradient(30px 30px -45deg, circle cover, rgba(0,160,255,1) 0px, rgba(0,0,80,0) 40px);
}
strong {
	color: #303030;
	font: 1.2em/1.3em Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: #ffffff 0px 0px 3px;
}
b {
	color: #e8e8e8;
	font: 1.1em/1.3em verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	text-shadow: #303030 0px 0px 3px;
}
tt {
	color: #e8e8e8;
	font: 1.0em/1.0em courier, 'courier new', monospace;
	font-weight: bold;
	text-shadow: #404040 0px 0px 2px;
}
em {
	color: #e8e8e8;
	font: 1.2em/1.3em "Times New Roman", Georgia, Times, serif;;
	font-style: italic;
	font-weight: normal;
	text-shadow: #404040 0px 0px 2px;
}
#sources {
	position: fixed;
	display: none;
	width: auto;
	height: auto;
	right: 1em;
	top: 1em;
	margin: 0;
	padding: 0;
	border: none;
	color: #eeeeee; 
	font-size: 80%;
	line-height: 100%;
	font-weight: normal; 
	font-style: italic;
	text-align: right;
	text-shadow: black 1px 1px 1px;
	z-index: 1; 
}	
#sources b {
	color: #e8e8e8;
	font-size: 75%;
	font-weight: bold;
}
