<!--
/* CSS Document */
A:ACTIVE	{text-decoration: none; font-weight: bold; color: #808080;}
A:LINK		{text-decoration: none; font-weight: bold; color: #808080;}
A:VISITED	{text-decoration: none; font-weight: bold; color: #808080;} /* Dodgerblue*/
A:HOVER		{text-decoration: none; font-weight: bold; color: #808080;} /* DarkTourquise */

.title		{color: #505050;}

/* linki dla tytulow tematow i kategorii */
.bar		{font-size: 12px; font-weight: bold; color: White; background: Black;}
A.bar		{text-decoration: none; font-weight: bold;}
A.bar:LINK	{color: White;}
A.bar:VISITED	{color: White;}
A.bar:HOVER	{color: Black; background: #505050;}

BODY {
/* czcionka */
font-family:Arial, Helvetica, Verdana, sans-serif; 
color: White;

/* tlo strony */
background-color: Black; 
}
-->

