/* Definicje stylów */

BODY {
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  color: #660000;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  scrollbar-base-color: #CC9966;
  scrollbar-track-color: #FFFFCC;
  scrollbar-arrow-color: #FFFFCC;
  scrollbar-highlight-color: #FFFFCC;
  scrollbar-shadow-color: #FFFFCC;
  scrollbar-3dlight-color: #CC9966;
  scrollbar-darkshadow-color: #CC9966;
  }
  
A:link {
  color: #996600;
  text-decoration: none;
  }
		
A:visited {
  color: #996600;
  text-decoration: line-through;
  }
		
A:active {
  color: #CC6600;
  text-decoration: underline;
  }
		
A:hover {
  text-decoration: underline;
  }
  
P {
  text-indent: 20px;
  }
  
SPAN {
  font-family: Verdana, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #660000;
  }

SPAN.title {
  font-family: Verdana, sans-serif;
  font-size: 35;
  font-weight: bold;
  color: #660000;
  }
  
TABLE {
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  color: #660000;
  }