* {
	font-family: Arial,Verdana,sans-serif; 
	color: #000000;
}
p {
	font-size: 12px;
}
p.head {
	font-size: 12px;
	color:#DCDCDC;
	margin: 0;
}
body,html{
	background-color: #DCDCDC;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}

body {
	text-align:center;
	margin:0px;
	padding:0px;
} 
div#head{
	position: relative;
	top: 30px;
	background-color: #000000;
        width: 800px;
	border: 1px solid #000000;
	padding: 5px 20px 5px 20px;
	margin: auto;
}
div#content{
	position: relative;
	top: 30px;
        width: 800px;
	border: 1px solid #000000;
	padding: 20px;
	margin: auto;
}
table {
	border-collapse: collapse;
	border: 1px solid #000000;
	margin: auto;
}
td {
	font-size: 12px;
	margin: 0px;
	text-align: left;
	padding: 3px;
}

table.poule{
	width: 600px;
}

table.games{
	margin-bottom: 20px;
}
table.games td.right{
	text-align: right;
}
table.games td.center{
	width: 70px;
	text-align: center;
}

table.score{
	margin-bottom: 20px;
}

table.score td{
	width: 30px;
	text-align: center;
}

table.score td.first{
	width: 150px;
	text-align: left;
}

tr.head {
	background-color: #FBD006;
	font-weight: bold;
}
tr.head td{
	border-bottom: 1px solid #000000;
}


tr.nl {
	background-color: #FFA500;
}

td.nl {
	font-weight: bold;
}

td.center{
	text-align: center;
}
td.right{
	text-align: right;
}
td.rightnl{
	text-align: right;
	font-weight: bold;
}
.small{
	font-size: 10px;
}

a.line 		{ text-decoration: underline; color:#000000;}
a.line:hover 	{ text-decoration: underline; color:#666666;}
a.line:link    	{ text-decoration: underline; color:#000000;}

a 		{ text-decoration: none;}
a:hover 	{ text-decoration: underline;}
a:link    	{ text-decoration: none;}

a.head 		{ text-decoration: none; color:#DCDCDC;}
a.head:hover 	{ text-decoration: underline; color:#DCDCDC;}
a.head:link    	{ text-decoration: none; color:#DCDCDC;}


img{
	margin: 2px;
	border: 0;
}

