/* Style file 
   Style 0, Version Bedlewo
   Th. Bauer */

body {
   color: black;
   background-color: white;
   background-image: none;
   margin-top: 40px;
   margin-bottom: 5px;
}

a:hover {
   background: #FFCC00;
   color: blue;
}

a:link {
   color:#0033FF;
}

a:visited {
   color:#330099;
}

ul {
   list-style-type: square;
   list-style-image:url(greyrect.jpg);
}

ul ul {
   list-style-type: disc;
   list-style-image:url(greyrect.jpg);
}

/* End of file */

