BODY {
SCROLLBAR-FACE-COLOR: #FDD428; 
SCROLLBAR-HIGHLIGHT-COLOR: #FD8528; 
SCROLLBAR-SHADOW-COLOR: #FD8528; 
SCROLLBAR-DLIGHT-COLOR: #FFFF00; 
SCROLLBAR-ARROW-COLOR: #FD8528; 
SCROLLBAR-TRACK-COLOR: #FBF293; 
}


H1 {
	color : #990000;
	font-size : 16pt;
	font-weight : bold;
	font-family : Tahoma;
	text-align : center;
}                                 

H2 {
	background-color : #FDF063;
	color : #990000;
	font-size : 14pt;
	font-style : italic;
	font-weight : bold;
	font-family : Tahoma;
	text-align : center; 		
}

H3 {
	background-color : #FDD428;
	color : black;
	font-size : 12pt;
	font-weight : bold;
	font-family : Tahoma;
	text-align : center;
	border-top-width : 2;
	border-left-width : 1;
	border-right-width : 1;
  	border-top-style : solid; 
  	border-color : #FD8528; 	
	
}	


P {
	font-family : Verdana;
	font-size : 10pt;
	padding-left : 15px;
	padding-right : 15px;	
	margin-left : 5%;
	margin-right : 10%;
	border-color : olive;
	border-top-width : 1;
	border-right-width : 2;
  	border-top-style : dashed; 
  	border-right-style : solid;
	text-align : justify;
	text-indent : 30px;
}

UL{
    font-family : Verdana;
	font-size : 10pt;
	padding-left : 15px;
	padding-right : 15px;	
	margin-left : 5%;
	margin-right : 10%;
	text-align : justify;
}

ADDRESS{
    font-family : Verdana;
	font-size : 8pt;
	margin-left : 5%;
	margin-right : 10%;
	text-align : justify;
}



/* przykład klasy */


.zielony {
	color : green
}

EM {
	color : #cc9933;
	font-weight : bold;
	font-style : italic;
}

/* PSEUDOKLASY
     dla odnośników */
A:link {
	color : red;
   text-decoration : none;
   font-weight : bold
}
A:visited {
   color : blue;
   text-decoration : none;
   font-weight : bold
}
A:hover {
   color : white;
   text-decoration : none;
   font-weight : bold
}

/* STYLE  KONTEKSTOWE:
	 odnośniki wewnątrz nagłówków H2
	 będą wyglądać inaczej niż
	 pozostałe */
H2 A:visited {
	color : green
}

H2 A:link {
	color : green
}

H2 A:hover {
	background-color : green;
	color : white
}

TT {
	background-color : #eeeeee;
	font-family : monospace;
}
/* Klasa używana w galerii do linków "obrazków" */
A:link.galeria {
	font-size : 12pt;
	color : #FDF063;
	text-decoration : none;
}
A:visited.galeria {
	font-size : 12pt;
	color : #FDF063;
   text-decoration : none;
}
A:hover.galeria {
	
	color : #FDF063;
   text-decoration : none;
}

/* Klasa używana w galerii do innych linków */
A:link.galeria1 {
	font-size : 12pt;
	color : red;
   text-decoration : none;
   font-weight : bold
}
A:visited.galeria1 {
	font-size : 12pt;
   color : blue;
   text-decoration : none;
   font-weight : bold
}
A:hover.galeria1 {
	font-size : 12pt;
   color : white;
   text-decoration : none;
   font-weight : bold
}
P.galeria1 {
	font-family : Verdana;
	font-size : 10pt;
	text-align : center;
}
P.opis {
	font-family : Verdana;
	font-size : 10pt;
	text-align : center;
}
