Well, I did that and nothing changed, I even used !important, no result...
Why are you caught on to CSS not attached? all there is are two classed about margin-top and margin-bottom :/ anyway, this is the general CSS:
Code:
body {
font-family: "FRealBeletBook";
font-size: 1em;
font-weight: normal;
text-align: justify;
margin: 5pt 5pt 0 5pt;
}
ul {
font-family: "Fb FRealBeletBook";
}
li {
display: block;
}
p {
line-height: 1.338em;
}
.margin_top_3 {
margin-top: 1em;
}
.margin_bottom {
margin-bottom: 2em;
}