@font-face
{
        font-family: 'Clear Sans Regular';
        src: local('Clear Sans Regular'), url('/eyecandy/ClearSans-Regular.ttf') format('opentype');
}
@font-face
{
        font-family: 'Clear Sans Bold';
        src: local('Clear Sans Bold'), url('/eyecandy/ClearSans-Bold.ttf') format('opentype');
}

body
{
	font-family: 'Intel Clear', 'Clear Sans Regular', sans;
	margin: 1em;
}

body div	{margin-bottom: 1em;}

table
{
	border: black 3px groove;
	border-collapse: collapse;
}

th
{
	border-right: black 3px groove;
	border-bottom: black 3px groove;
	text-align: center;
	text-shadow: white -1px -1px 1px;
	background: #88f;
}

td
{	border:	#bd 1px solid;
	padding: 0 0.3em;
}

.footnote
{
	margin-top: 1em;
	border-top: 1px black solid;
	font-size: smaller;
}

tr.stable	{background-color:#ffc}
tr.devel	{background-color:#cfc}
tr.extra	{background-color:#def}

.ok	{color:#0f0}
.warn	{color:#aa0}
.err	{color:#f00}

:link	{color:#880}
:visited{color:#c80}
