.Menu  {
  	background-color : #000000;
  	font-size : x-small;
  	font-family : Verdana CE, Arial CE, Helvetica CE, sans-serif;
  	font-weight : bold;
   text-indent: 5;
   text-decoration: none;
 }

.Nadpis  {
  	font-size : small;
  	font-family : Verdana CE, Arial CE, Helvetica CE, sans-serif;
  	font-weight : bold;
   text-indent: 25;
 }

A.Menu:hover {
   color: red;} 

A.Menu:link {
   color: white;
   } 

A.Menu:visited {
   color: white;
   } 
   
 