@namespace h "http://www.w3.org/1999/xhtml";
@page {
margin: 5pt;
}
h1 {
margin: 0;
text-indent: 0em;
font-size: 2em;
font-weight: bold;
}
h2 {
margin: 0;
text-indent: 0em;
font-size: 2em;
font-weight: bold;
}
h3 {
margin: 0;
text-indent: 0em;
font-size: 1.5em;
font-weight: bold;
}
p.custom-title {
margin: 0;
text-indent: 0em;
text-align: center;
font-size: 2em;
font-weight: bold;
}
p {
margin: 0;
text-indent: 2em;
text-align: justify;
font-size: 1em;
}
p + p {
text-indent: 1.5em;
text-align: justify;
font-size: 1em;
}
a {
color: #000;
text-decoration: underline;
}
.center {
text-align: center;
text-indent: 0;
}
.italic {
font-style: italic;
}
.underline {
text-decoration: underline;
}
img {
max-width: 100%;
}
span.linethrough {
text-decoration: line-through;
}
span.underline {
text-decoration: underline;
}