a:link
{
	color: navy; 
}
a:visited
{
	color: royalblue; 
} 
a:active 
{
	color: rgb(102,255,0);
}
body
{	font-family: Times New Roman, Times;
	background-color: cornflowerblue;
	color: darkblue;}
table
{
	table-border-color-light: rgb(153,255,204);
	table-border-color-dark: rgb(0,0,51); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
}
h1
{
	color: yellow;
}
h2
{
	color: darkblue; 
}
h3
{
	color: yellow;
	font-size: 12pt; 
}
h3.wenigabstand
{
	margin-bottom: -12pt;
}
h4
{
	color: rgb(255,204,0);
}
h5
{
	color: rgb(153,255,51);
}
h6
{
	color: rgb(0,255,204);
}
p
{
	color: darkblue
}
*.gelbfett
{  
        color: yellow;
        font-weight: bold;
}
p.index
{
        color: navy;
        font-size: 14pt;
        margin-top: -35px;
        text-decoration: none;
        /* z-index: 99; */
}
