﻿body			{ font-family: Courier New, Arial;
				  background-color: rgb(40,40,40); }

p				{ margin:20;
				  margin-right:20;
				  color: rgb(255,255,255); }

h1				{ font-size:140%; margin-left:2;  color: rgb(192,192,192);}
h2				{ font-size:100%; margin-left:2;  color: rgb(192,192,192);}
h3				{ font-size:100%; margin-left:20; color: rgb(192,192,192);}

span.foot 		{ font-size: 80%; color: rgb(80,80,80); }
span.picture	{ font-size: 80%; color: black; }
span.comment	{ color: rgb(192,192,192); font-style:italic; }
span.zitat2 	{ color: rgb(192,192,192); font-style:italic; }
span.zitat1 	{ color: rgb(192,192,192); font-style:italic; }
span.mark		  { color: rgb(192,192,192); font-weight:bold; font-style:italic }
                  
a:link 			  { color:white;  }
a:visited 		{ color:white;  }
a:focus 		  { color:white; background-color:black ; }
a:hover 	  	{ color:white; background-color:black; }
a:active 		  { color:white; background-color:black; }

table           { text-align:left;
				  border-style: none; border:none;
				  background-color: rgb(255,255,255);}
				  
td              { border-style: none;
				  text-align:left;
 			      border-color: rgb(0,0,0);
				  background-color: rgb(224,224,224);
				  color: rgb(0,0,0);}
				  
th              { font-weight:bold;
				  text-align:left;
				  border-style: none;
				  border-color: rgb(0,0,0);
				  background-color: rgb(234,234,234);}
