```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
}
h1 {
textalign: center;
color: 333;
}
.policysection {
marginbottom: 30px;
}
.policytitle {
fontsize: 24px;
fontweight: bold;
color: 333;
}
.policylist {
liststyletype: square;
marginleft: 20px;
paddingleft: 10px;
}
.policylistitem {
marginbottom: 10px;
}