#pricelist{
   font-family: Arial;
   width: 600px;
}
#pricelist table{
   margin: 0 auto 10px auto;
   border-top: 1px solid white;
   border-left: 1px solid white;
   border-right: 1px solid white;
   width:400px;
   position: relative;
   left: 130px;
}
#pricelist p{
   padding-left:100px;
}
#pricelist ul{
   padding-left:100px;
}
.title{
   text-align:center;
   background: #296b94 !important;
   color:#fff !important;
   padding: 5px;
}
.font36{
   font-size:36pt;
   text-align:center;
}
.font18 li{
   font-size:18pt;
}
#pricelist table tr td{
border-bottom: 1px solid #ffffff;
color:#666699;
background: #c6c6ce;
color:#000;
padding:5px;
}
tr:hover td{
color:#000;
}
.type{
   color:#000;
   background: #cdcdce !important;
}