BODY {
	margin-left: auto !important; 
	margin-right: auto !important;
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : #0080c0;
	text-align: center;
	background-color : #ffffff;
}
.tysk {
	color : teal;
}
.polsk {
	color : #004080;
}
.engelsk {
	color : #004080;
}
hr {
	width: 100%; 
	height: 2px;
	color : navy;
}
TABLE {
	table-layout : auto;
	font-size : 10pt;
	font-weight : bold;
	background-color : white;
}
.container {
	width : 620px;
	border : thin solid;
	border-collapse : collapse;
	border-color : navy;
	table-layout : auto;
	background-color : white;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#conta{
margin:0 auto;
text-align:left;
width:620px;
}

TD {
	font-size : 10pt;
	font-weight : bold;
}
P {
	font-size : 10pt;
	font-weight : bold;
}
A {
	font-size : 10pt;
	font-weight : bold;
}
A:hover {
	text-decoration : underline;
	color : #66cc66;
}
A:link {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	color : #ffff00;
}
A:visited {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	color : #ffff00;
}
A:active {
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	color : #ffffff;
}
.henvend {
	font : normal bold medium sans-serif;
	color : yellow;
}
.red {
	color : red;
}
A.wmp {
	border : 1px solid black;
	background-color : #eeeeee;
	color : black;
	font-family : arial;
	font-size : 10px;
	padding : 3px;
	text-decoration : none;
}
A.wmp:hover {
	background-color : black;
	color : white;
}