BODY { 
	background-color : black;
	margin-bottom : 100;
}

H1 {
	color : khaki;
	font-size : 25pt;
	font-weight : bold;
	font-family : Tahoma;
}

H2 {
	color : khaki;
	font-size : 15pt;
	font-weight : none;
	font-family : Veranda;
}

/* PSEUDOKLASY
     dla odnośników */
	 
/* nie odwiedzony */
A:link {
   color : silver;
   text-decoration : none;
   font-weight : bold
}

/* odwiedzony */
A:visited {
   color : olive;
   text-decoration : none
   font-weight : bold
}

/* pod wskaźnikiem myszy */
A:hover {
   background-color : none;
   color : none;
   text-decoration : none;
   font-weight : bold
}
