body
	{
	font-family: "Courier New", monospace;
	background-color: #0000ff;
	color: #ffffff;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	}

.headline
	{
	font-size: 2em;
	font-weight: bold;
	color: #c0c0ff;
	text-shadow: 5px 5px 5px #000;
	filter:progid:DXImageTransform.Microsoft.DropShadow(color:#040404, offx=5, offy=5) zoom: 5;
	}

a img
	{
	border: none;
	outline: none;
	}

a:link
	{
	color: white;
	}
a:visited
	{
	color: yellow;
	}
a:focus, a:hover, a:active
	{
	color: aqua;
	}

#copy
	{
	font-size: x-small;
	text-align: right;
	}

#header
	{
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	color: #c0c0ff;
	text-shadow: 5px 5px 5px #000;
	filter:progid:DXImageTransform.Microsoft.DropShadow(color:#040404, offx=5, offy=5) zoom: 5;
	width: 100%;
	top: 0;
	left: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	}

#contents
	{
	margin-left: 12em;
	margin-right: 8px;
	text-align: left;
	}

#navigation
	{
	font-size: 0.8em;
	top: 0px;
	left: 0px;
	width: 14em;
	margin: 8px;
	position: fixed;
	text-align: left;
	}
#navigation a
	{
	text-decoration: none;
	}
#navigation ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0px 0px;
	}
#navigation ul.sub
	{
	margin: 0;
	padding-left: 10px;
	}

@media screen and ((max-height: 880px) or (max-width: 1128px))
	{
	#navigation
		{
		position: absolute;
		}
	}

#thetable table
	{
	border-collapse: collapse;
	}
#thetable td, th
	{
	border: 1px solid white;
	text-align: center;
	padding: 4px;
	}

#notable table
	{
	border-collapse: collapse;
	}
#notable td, th
	{
	vertical-align: top;
	padding-bottom: 0.4em;
	padding-right: 2em;
	}

.thumpimg
	{
	vertical-align: middle;
	margin: 5px 5px 5px 5px;
	}

.code
	{
	background-color: #000000;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
	}

.editor
	{
	padding: 3px;
	margin-bottom: 5px;
	border: white 1px solid;
	-moz-box-shadow: 3px 3px 0px #ffffff;
	-webkit-box-shadow: 3px 3px 0px #ffffff;
	box-shadow: 3px 3px 0px #ffffff;
	}

::selection {
  color: black; 
  background-color: lightblue;
}
