@import url("common.css");

* {
margin:0;
padding:0;
}

ul li{
margin-left:10px;
list-style: none outside;
line-height: 250%;
}

ul a{
padding : 8px 4px 8px 15px;
font-weight: bold;
font size:8pt;
background-image: url(http://www.eclat.cc/theme/simple1/linkpointspace.gif);
background-repeat:no-repeat;
background-position:left;
}

ul a:hover{
background-image: url(http://www.eclat.cc/theme/simple1/linkpoint.gif);
background-repeat:no-repeat;
background-position:left;
}

<STYLE TYPE="TEXT/CSS">
<!--
body {
  scrollbar-arrow-color :#ffffff ;
  scrollbar-face-color : #ffffff;
  scrollbar-highlight-color : pink;
  scrollbar-shadow-color : #ffffff;
}
dt { font-weight : bold }
A {
  text-decoration : none;
  cursor : default;
}
}}}} {}
A:hover {
  font-weight : bold;
  color : snow;
  background-color : #ffff00;
  text-decoration : none;
  border-top-width : 2px;
  border-right-width : 2px;
  border-bottom-width : 2px;
  border-left-width : 2px;
  border-color : ff20a0;
  border-style : dotted dotted dotted dotted;
}
-->
</STYLE>