body {
	background-color: #ffffff;
	color: #000000;
}
a:link {
	text-decoration: none;
	color: #000044;
}
a:visited {
	text-decoration: none;
	color: #000044;
}
a:hover {
	color: #DD0000;
}
p {
	font-family: arial;
	font-size: 13px;
}
p.smaller {
	font-family: arial;
	font-size: 10px;
}
p.bigger {
	font-family: arial;
	font-size: 16px;
}
ul.big {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
img.centered {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
div.headline {
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 32px;
	color: #ff0000;
}
div.smallheadline {
	font-weight: bold;
	text-decoration: underline;
}
table {
	font-family: arial;
	font-size: 13px;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
tr.big{
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
table.bgtable {
	BACKGROUND-IMAGE: url(../bg/tablebg.gif);
}
table.fordon {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}
td.whiteonblack {
	color: #ffffff;
	background-color: #000000;
	text-align: center;
}
td.blackonwhite {
	color: #000000;
	background-color: #ffffff;
	text-align: center;
}
a.black:link {
	color: #ff0000;
}

