html
{
	color: #ddd;
	background-color: #e8e8e8;
	padding: 10px 0;
}
body
{
	background-color: #ddd;
	color: #222;
	font-family: DejaVu, Verdana, sans-serif;
	font-size: 8pt;
	margin: 0 150px;
}
div#main
{
	color: #222;
	background-color: #ddd;
	padding: 10px 10px;
	border: solid 1px #cacaca;
}
h1
{
	font-size: 12pt;
	margin: 0 0 10px 0;
	text-align: center;
}
h2
{
	font-size: 11pt;
	margin: 0;
}
a img
{
	border: none;
}
div.center
{
	text-align: center;
}
div#main p a
{
	font-family: "Andale Mono", "Courier New", monospace;
	text-decoration: none;
}
div#main p a:link, div#main p a:visited
{
	color: #666;
	background-color: #ddd;
}
div#main p a:hover, td a:hover
{
	color: #666;
	background-color: #ffa;
}
a#cheops0, a#cheops1, a#cheops2
{
	display: block;
	width: 100px;
	height: 68px;
	margin: 0 auto
}
a#cheops0
{
	background-image: url(images/google/cheops0_mini_gray.png);
}
a#cheops0:hover
{
	background-image: url(images/google/cheops0_mini.png);
}
a#cheops1
{
	background-image: url(images/google/cheops1_mini_gray.png);
}
a#cheops1:hover
{
	background-image: url(images/google/cheops1_mini.png);
}
a#cheops2
{
	background-image: url(images/google/cheops2_mini_gray.png);
}
a#cheops2:hover
{
	background-image: url(images/google/cheops2_mini.png);
}
a#kde
{
	display: block;
	width: 100px;
	height: 75px;
	margin: 0 auto;
	background-image: url(images/kde_nx/kde_mini_gray.png);
}
a#kde:hover
{
	background-image: url(images/kde_nx/kde_mini.png);
}
span.alt
{
	display: none;
}
span.description
{
	font-size: 7pt;
	color: #555;
	background-color: #ddd;
}
img.valid
{
	width: 88px;
	height: 31px;
}
div#valid
{
	width: 88px;
	position: absolute;
	color: #222;
	background-color: #e4e4e4;
	border: solid 1px #cacaca;
	top: 10px;
	right: 10px;
	padding: 20px 20px;
}
body>div#valid
{
	position: fixed;
}
div#valid a img
{
	width: 88px;
	height: 31px;
}
div#menu
{
	width: 150px;
	position: absolute;
	top: 10px;
	left: 0;
}
body>div#menu
{
	position: fixed;
}
div#menu span
{
	display: block;
	width: 128px;
	margin: 0 10px;
	padding: 5px 0;
	text-align: center;
	color: #222;
	background-color: #eee;
	border: solid 1px #cacaca;
}
div#menu ul
{
	width: 128px;
	margin: 5px 10px 0 10px;
	padding: 5px 0;
	color: #222;
	background-color: #e4e4e4;
	border: solid 1px #cacaca;
}
div#menu ul li
{
	list-style-type: none;
	text-align: center;
}
div#menu ul li a
{
	display: block;
	border-top: dotted 2px #e4e4e4;
	border-bottom: dotted 2px #e4e4e4;
}
div#menu ul li a:link, div#menu ul li a:visited
{
	color: #222;
	background-color: #e4e4e4;
	text-decoration: none;
}
div#menu ul li a:hover
{
	color: #222;
	background-color: #f2f2f2;
}
table
{
	border-collapse: collapse;
}
tr
{
	color: #222;
	background-color: #ddd;
}
tr:hover
{
	color: #222;
	background-color: #eee;
}
tr td a:link
{
	color: #666;
	background-color: #ddd;
}
tr td a
{
	font-family: "Andale Mono", "Courier New", monospace;
	text-decoration: none;	
}
tr:hover td a:link, tr:hover td a:visited
{
	color: #666;
	background-color: #eee;
}
tr:hover td a:hover
{
	color: #666;
	background-color: #ffa;
}

