/* kolor tła strony
	i kolor tekstu */
/* text="#000066" bgcolor="#C0DCC0" link="#33CCFF" vlink="#CC0000" alink="#999900" */

BODY { 
	background-color : #9B9B9B;
	color : #000000;
	font-weight : bold;
	margin-bottom : 200;
}

H1 {
	color : #669900;
	font-size : 18pt;
	font-weight : bold;
	font-family : Tahoma;
}

H2 {
	color : #66ffaa;
	font-size : 16pt;
	font-weight : bold;
	font-family : Tahoma;
}

H3 {
	color : #aa4400;
	font-size : 12pt;
	font-weight : bold;
	font-style : italic;
	font-family : Tahoma;
}

H4 {
	color : #CCCC00;
	font-size : 10pt;
	font-style : italic;
}


H5 {
	background-color : #ffdd66;
	color : #990000;
	font-size : 12pt;
	font-style : italic;
	font-family : Tahoma;
	margin-right : 1\%;	
	border-top-width : 3;
  	border-top-style : double; 
  	border-color : #cc0000; 		
}

H6 {
	color : #800000;
	font-size : 8pt;
	font-style : italic;
	font-family : Tahoma;
}



P {
	font-family : Verdana;
	font-size : 10pt;
	padding-left : 15px;
	padding-right : 15px;	
	margin-left : 2%;
	margin-right : 10%;
	border-top-width : 1;
	border-right-width : 5;
  	border-top-style : solid; 
  	border-right-style : solid; 	
	border-color : 444400;
  	text-align : justify;
}

LI {
	color : #333399;
	font-size : 11pt;
	font-family : Tahoma;
}


/* przykład klasy */
.zielony {
	color : green
}

EM {
	color : #cc9933;
	font-size : 16pt;
	font-weight : bold;
	font-style : italic;
}

 
/* nie odwiedzony */

A:link {
   color : #FFFFFF;
   text-decoration : none;
   font-weight : bold
}

/* odwiedzony */
A:visited {
   color : #990099;
   text-decoration : none
   font-weight : bold
}

A:hover {
   color : #FF0000;
   text-decoration : underline
}


TT {
	background-color : #eeeeee;
	font-family : monospace;
}

