body {
  margin-left: 0%; margin-right: 0%; margin-top: 0%;
  color: black; background: white;
  font-size:100%;
  font-family:verdana,arial,sans-serif;
}

:link { color: blue; text-decoration: none ; font-weight: bold; font-size: small;}  /* for unvisited links */
:visited { color: indigo ; text-decoration: none ; font-weight: bold; font-size: small;} /* for visited links */
a:focus, a:hover { color: #000000 ; background: #5577FF; text-decoration: underline; font-weight: bold; font-size: small;} /* when mouse is over link */
a:active { color: #008888; text-decoration: none; font-size: small;} /* when link is clicked */

a.overlink {color: #AA2266 }

/* work-arounds of some browsers bugs: */
pre { font-family: monospace; }
h1,h2,h3,h4,h5,p,ul { font-family: verdana,arial,sans-serif; }

ul.disc   { list-style-type: disc; }
ul.circle { list-style-type: circle; }
ul.square { list-style-type: square; }
ul.none   { list-style-type: none; }

span.hi1 { background-color: #FFDDFF; } /*rozowy*/
span.hi2 { background-color: #BBFFFF; } /*blekit*/
span.hi3 { background-color: #FFEEBB; } /*zolty*/
span.hi4 { background-color: #DDFFDD; } /*zielonkawy*/
span.hi5 { background-color: #FFDDDD; } /*lososiowy*/
span.hi6 { background-color: #DDDDFF; } /*fioletowy*/

h2 { 	font-variant: small-caps ;
	margin-bottom: 0% ;}
