@font-face	{
	font-family: Carlito;
#	src: url('nuncio.ttf');
	}

BODY	{
	margin: 0px;
	background: #eeeeee;
	padding: 0px;
	color: #111111;
	font-family: Carlito, Arial, Helvetica, sans-serif;
	}

#top_bar	{
	position: sticky;
	top: 0;
	margin-bottom: 5px; 
	box-shadow:
		0px 0px 5px 5px rgba(0,0,0,.9);
	background: #25399e;
	background-image: url('img/tszKaba_hatter.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5px;
	color: #eeeeee;
	}

H1	{
	display: inline;
	margin-left: 1ex;
	vertical-align: bottom;
	font-size: 200%;
	}

#menu	{
	position: absolute;
	right: 0;
	bottom: 1ex;
	margin-left: 2ex;
	margin-right: 2ex;
	word-spacing: 1em;
	}

#main	{
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
	padding-right: 2em;
	}

#content	{
	text-align: justify;
	}

A	{
	color: inherit;
	text-decoration: none;
	font-weight: bolder;
	}

A:hover	{
/*	text-shadow:
		1px 1px 2px #ffffff,
		1px -1px 2px #ffffff,
		-1px 1px 2px #ffffff,
		-1px -1px 2px #ffffff;
*/	text-decoration: underline #25399e solid 3px;
	}

IMG.leading	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	}

TABLE	{
	border: 1px solid #cccccc;
	}

TH	{
	font-weight: normal;
	}

TABLE.namevalue {
	border: none;
	}

.namevalue TH	{
	text-align: right;
	vertical-align: top;
	}

TH#scale	{
	background-image: url('img/scale.png');
	background-repeat: no-repeat;
	background-size: 60% 100%;
	background-position: center;
	color: #cccccc;
	}

TD	{
	vertical-align: top;
	}

TD.ranking	{
	padding-left: 2ex;
	padding-right: 1ex;
	text-align: right;
	}

LI > TIME	{
	font-family: monospace;
	margin-left: 1em;
	vertical-align: text-bottom;
	background-color: #cccccc;
	border: solid 3px #cccccc;
	border-radius: 10px;
	}

HR	{
	width: 80%;
	height: 0px;
	border-style: solid;
	border-color: #00000026 #ffffff26 #ffffff26 #00000026;
	border-width: 1px;
	}

#footer	{
	font-size: x-small;
	text-align: center;
	}

#footer > SPAN	{
	margin-left: 1em;
	}

#footer > SPAN:first-child	{
	margin-left: 0;
	}

ADDRESS	{
	display: inline;
	font-style: normal;
	}

ADDRESS > SPAN	{
	margin-left: 1em;
	}
