

.category {
margin:0 10px 10px 10px;
padding:0 0 15px 0;
background:rgba(200,200,150,0.3);
border:#666 solid 1px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
overflow:auto;
}
.category h4 {
text-align:center;
font-size:16px;
font-weight:bold;
background:rgba(200,200,150,0.5);
border-bottom:#666 solid 1px;
margin:0;
padding:10px;
}
.category p {
margin:0;
padding:15px 8px 0 8px;
line-height:1.2em;
}
.category a {
white-space:nowrap;
}
