body
{
	color: white;
	font-family: Arial;
	background-color: #333;
	background-image: url(/images/fond.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.livetable
{
	position: absolute;
	top: 160px;
	left: 15%;
}

a:link
{
	text-decoration: none;
	color: white;
}

a:visited
{
	text-decoration: none;
	color: white;
}

a:active { text-decoration: none; }
a:hover { color: red; }

.info
{
	color: white;
	font-family: Arial;
	font-size: 10pt;
	/*text-decoration: blink;*/
	text-align: center;
}

.contact
{
	font-family: tahoma;
	font-size: 9pt;
	font-style: italic;
}

img
{
	margin: 5pt;
}

.credit
{
    font-family: tahoma;
	font-size: 9pt;
	font-style: italic;
	text-align: center;
}

td.live-title
{
	background-color: #1D3333;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	color: white;
	font-family: Arial;
	font-size: 12pt;
	line-height: 10pt;
	padding: 10pt;
	text-align: center;
}


td.live
{
	background-color: #2D3333;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	color: white;
	font-family: Arial;
	font-size: 9pt;
	line-height: 10pt;
	padding: 5pt;
	text-align: center;
}

.hidden { display: none; }
