table#stamtavle{
	width:940px;
	border-width:1px;
	border-style:solid;
	border-color:#eee555;
	background-color:#444444;
	margin:20px;
	color:#eee555;
}

td#data{
	width:33%;
	border-width:1px;
	border-color:#eee555;
	border-style:solid;
	padding:5px;
	vertical-align:top;
}

h1#header{
	text-align:center;
}

h4{
	text-decoration:underline;
	margin-bottom:-13px;
}