/* sslist.css */

@import url(../../standard.css);

UL{
  background-color: #ffffff;
  margin: 2em 5em;
  padding: 1em 2em 2em 27%;
  border-style: double none solid none;
  border-width: 4pt 0pt 1.5pt 0pt;
  border-color: #007770;
  list-style-image: url(../icon/ipen.gif);
}
LI{
  margin: 0.5em 0em;
}
