body {
	background-color: #f8f3d6;
	text-align: center;
}

body.person {
	background-color: #d5ebf9;
	text-align: center;
}

table { 
   margin-left: auto; 
   margin-right: auto;
}

table td {
	width: 75px;
	text-align: center;
}

td.rubrik {
	background-color: #b4af81;
	width: 75px;
	text-align: center;
}

td.golfbana {
	background-color: #b4af81;
	text-align: left;
	max-width: 100%;
	white-space: nowrap;	
}

td.golfbana-person {
	background-color: #7ea8b6;
	text-align: left;
	max-width: 100%;
	white-space: nowrap;	
}

td.speladbana {
	background-color: #ccd09b;
}

td.summering {
	background-color: #b4af81;
	text-align: center;
}

a:link {
   color: #1F51FF;
   text-decoration: underline;
}
a:visited {
   color: #1F51FF;
   text-decoration: underline;
}
a:hover {
   color: white;
	background-color: #0066FF;
   text-decoration: none;
}
a:active {
   color: white;
	background-color: #0066FF;
   text-decoration: none;
}