a {
	color: rgb(30,30,30);
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}



img {
  border: none;
}




#cataloguewrapper {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;

  margin: 0;
  
}



#cataloguewrapper ul {
 
  margin: 0px;
  padding: 0px 0px 1em 0px;
  list-style: none;
  font-style: italic;
}
 
#cataloguewrapper li {
  float: left;
  margin: 0px;

  padding: 2em 0px 0px 1.5em; /* left padding moves the text away from the bullet */
}

#cataloguewrapper p{
    margin: 3px 0px 0px 0px;
}


.cathead{
	font-style: normal;
	font-size: 20px;
	padding: 0px 0px 5px 0px;
	font-weight: bold;

}
