/* peregin xhtml/css intro page design */ 

.info { 
  font-family: Verdana, Lucida, helvetica, arial; 
  font-size: small;
  background-color: white;
  color: #000;
}

h1 {
  font-family: Verdana, Lucida, helvetica, arial;
  font-size: 1.3em;
  margin: 0 0 10px 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li {
  text-decoration: none;
  text-align: left;
  background-image: url("../images/arrow.gif");
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding-left: .6em;
}

