body {

	background-image: url('bilder/bgtest.jpg');
	background-repeat: repeat-x;
	font-size: 0.7em;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
}

table.stamtavla {
	
	border-spacing:4px;	
}

.stamtavla td  {
	background-color: white;
	border-top: solid 1px #666666;
	border-left: solid 1px #666666;
	border-bottom: solid 2px #666666;
	border-right: solid 2px #555555;
	padding: 3px;
}

.header {
	
	font-size: 2em;
	color: #eeeeee;
	text-align: center;
	

}


