
.box1  
@{
	margin: 0px;
	padding: 0px;
	width: 555px;
	height: 55px;
   }
.box2 {margin:0px;padding:0px;width:555px;background-image:url(img/bg.gif);background-repeat:repeat-y;	
   }
.box3  
@{ 
  margin: 0px;
	padding: 0px;
	width: 555px;
	height: 22px;
   }

h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
	padding-top: 30px;
}
li{
	margin-bottom: 20px;
	padding-left: 25px;
	background-image: url(img/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.pan2 
  { 
  color: #333333;
  text-decoration: none;
   }

.pan2:hover 
  { 
  text-decoration: underline;
   }