<html>
<head>
<title>Titel der Datei</title>
<link rel=stylesheet type="text/css" href="formate.css">
<style type="text/css">
<!--
STRONG
{
	color: red;
	background-color: lightyellow;
	font-weight: bold;
	font-style: normal;
}

.BlauerText
{
	color: blue;
}


#DiesesAttribut
{
  color: blue;
  background-color: lightyellow;
}


BLOCKQUOTE.Typ1
{
	margin-left: 2%;
	margin-right: 2%;
	padding: 8 8 8 8;
	border: groove medium red;
	background-color: 99CCFF;
}

BLOCKQUOTE.Typ1 P
{
	color: black;
	text-indent: 1em;
	font-weight: bold;
	background-color: transparent;
	font-family: serif;
}

//-->
</style>
</head>
<body>
</body>
</html>

