table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
div.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	border: 1px solid #000033;
	padding: 5px;

}

div.content-rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 100%;
	border: 1px solid #CC0000;
	padding: 5px;

}



a:link {
	color: #000033;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	color: #000033;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {
	color: #5E6795;
	text-decoration: underline;
}
h1 {
  font-weight: bold;
  color: #041E34;
  font-size: 17px;
}

h2 {
  font-weight: bold;
  color: #668095;
  font-size: 17px;
}

h3 {
  font-weight: bold;
  color: #CC0000;
  font-size: 17px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
}
