a:link {color: lime}
a:visited {color: yellow}

body
{
	font-family: serif; 
	background-color:gray;
	text-align: center;
	background-image: url(img/background.bmp);
	background-repeat: repeat-x;
}

#container
{
	background-color: black;
	margin:0 auto;
	width: 830px;
	color: white;
	padding: 1ex 1ex 1ex 1ex;
	border-style: solid;
	border-color: yellow;
	border-width: thin;
}

#headertext
{
	color: yellow;
	font-size: medium;
	font-style: italic;
	text-align: left;
	margin-top: -25px;
	margin-left: 5px;
}

#headertext > a
{
	text-decoration: none;
	cursor:default;
	color: yellow;
	font-style: italic;
	font-size: medium;
}

h1
{
	color: #66ff66;
	border-bottom: thin solid yellow;
	margin: 0px 0px 15px 0px;
	padding: 10px 0px 10px 0px;
}

h2 + ul
{
	list-style-type: circle;
}

#main
{
	float: right;
	width: 70%;
}

#side
{
	float: left;
	width: 30%;
}

#footer
{
	clear: both;
	border-top: thin solid yellow;
	padding-top: 1em;
	font-size: small;
}

#check
{
	float: right;
	padding-top: 1ex;
}

#check > ul
{
	list-style-type: none;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

#check > ul > li
{
	display: inline;
}

#info
{
	text-align: left;
}

div#side > ul
{
	list-style-type: none;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
}

li.selected
{
	padding: 1em 1em 1em 1em;
	border-bottom: medium solid black;
	color: #99ff99;
}

div#side > ul > li > a
{
	text-decoration: none;
	padding: 1em 1em 1em 1em;
	color: #ccccff;
	display: block;
}

div#side > ul > li
{
	margin: 0em 1ex 0em 1ex;
	background-color: #303030;
	border-bottom: medium solid black;
	font-weight: bold;
	font-size: large;
}

div#side > ul > li > a:hover
{
	background-color: #505050;
}

#content
{
	margin: 0em 1ex 1em 1ex;
}

#space
{
	margin-right: 1ex;
}

#bottom
{
	padding-bottom: 1em;
}

h2
{
	color: #6699ff;
	text-align: center;
}

h3
{
	color: #ffff66;
}

td > p
{
	font-style: italic;
	color: #ffff66;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
}

#me
{
	float: right;
	margin: 0ex 0ex 1ex 1ex;
}

img
{
	border-style: none;
}

h2 + div
{
	font-weight: bold;
	color: #ffff66;
}

ul + div
{
	font-weight: bold;
	color: #33ffff;
}

p + div
{
	font-weight: bold;
	color: #ffff66;
}

ul + a > img
{
	margin-left: 1em;
}

#content li
{
	margin-bottom: 1ex;
}

#content ul
{
	list-style-type: circle;
}

#content
{
	max-height: 71.5em;
	overflow: auto;
	text-align: justify;
}

hr
{
	border-bottom: thin solid yellow;
}

h4
{
	color: #00ffff;
}

#content > table > *
{
	text-align: center;
}

#content > ul + ul
{
	list-style-type: none;
	padding-left: 2ex;
}

h4 + ol
{
	list-style-type: lower-alpha;
}

table
{
	text-align: center;	
	margin-top: 2em;
	border-style: solid;
	border-color: yellow;
	border-width: thin;
	color: white;
}

td + td
{
	border-left: thin solid yellow;
}

th
{
	border-bottom: thin solid yellow;
}

th + th
{
	border-left: thin solid yellow;
}

td:hover
{
	background-color: #505050;
}

img#frege
{
	float: left;
	margin-right: 1ex;
}
