body { }

p { }

p.right	{ font-family: Arial; text-align: center; }

p.rigr	{ font-family: Arial; text-align: center; font-size: 18px}


p.weiss	{font-family: Arial;
		color: white}
		
p.wegr	{font-family: Arial;
		color: white;
		font-size: 18px}
		
.kursiv	{font-family: Times;
		font-style:italic;
		font-size: 18px}
		
.kl_kursiv	{font-family: Times;
		font-style:italic}		
		
.klein	{font-family: Arial;
		font-size: 10px}	
		
.grau	{color: #666666}							

h1	{font-family: Arial;
	font-size: 16px}
	
h2	{font-family:Arial;
	font-weight: bolder;
	font-size: 14px}	

.pointer	{cursor: pointer}	

img	{border:none}

td.klein 	{height:100px;
			width:100px}

a:link { color: black; }

a:visited { color: black; }

a:hover { color: navy; }

a:active { color: black; }

