body {
	font-family: Verdana;
	background-image: url(../bilder/hintgr.jpg);
	font-size: 12px;
}
p,blockquote {
	font-family: Verdana;
	font: 12px;
}
h2{
	font-family: Verdana;
	font:  bold 16px;
}
hr {
	color: #000099;
}
a:active {
  color: #ff0000;
}
a:hover {
  color: #ff0000;
}
table {
	border: thin solid #000000;
}
tr{
	font-family: Verdana;
	font-size: 12pt;
}
th {
	font-family: Verdana;
	color: White;
	font-weight: bold;
	font-size: 14px;
	background-color: Red;
}

td {
	font-family: Verdana;
	font-size: 9pt;
}