
div.document {
 margin-left: 8%;
 margin-right: 8%;
 line-height: 150%;
}

div.ind {
 line-height: 150%;
 padding : 20pt;
 background-color: #99ffff;
}

.bold {
 font-weight: bold;
}

.largebold {
 font-weight: bold;
 font-size: larger;
}

.italic {
font-style: italic;
}

.right {
text-align : right;
}

.center{
text-align : center;
}

address {
font-style: normal;
}

