body,html, td, th {
background:#ffd;
color:#000;
font-size:14px;

}
body {
font-family:Geramond;
background: url("/archlord/background.jpg");	
background-position:top center;
background-repeat: no-repeat;
background-attachment:scroll;	
}
table.inhoud {
background:#ffd;
}
a, a:link,a:visited,a:active {
	color:#f00;
	text-decoration:none;
}
a:hover {
color:#00f;
text-decoration:underline;
}
table.nav {
border:1px solid black;
}
table.nav td {
font-weight:bold;
background:#fff;
padding-left:20px;
border:0px;
}
table.nav th {
	background:#444;
	color:#fff;
}
table.login {
margin-left:150px;
}

p.rankingkop {
	text-transform :capitalize;
	background:#444;
	color:#fff;
	width:755px;
	border:1px solid black;
	padding-left:15px;
}	
table.rankingresults {
border-bottom:1px solid black;
}
table.rankingresults td{
	background:#fff;
	padding-left:5px;
	padding-right:5px;
	border-top:1px solid black;
	border-right:1px solid black;
}
table.rankingresults td.left, th.left {
	border-left:1px solid black;
}
table.rankingresults th {
	background:#444;
	color:#fff;
	border-top:1px solid black;
	border-right:1px solid black;
	border-bottom:0px;	
	border-left:0px;
}
table.form {
	border:1px solid black;
}
table.form td {
	background:#fff;
	color:#000;
	padding:5px;
}
table.form th {
	background:#444;
	color:#fff;
}