blob: 4e2afbd9bcf812d08f2aafcefe7e299f6bc6b58c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
@page {
margin-left: 1.5cm;
margin-right: 1.5cm;
margin-top: 1cm;
margin-bottom: 1cm;
}
body {
font-size: 9pt;
line-height: 1.3;
}
a:link, a:visited, a:hover, a:active {
text-decoration-thickness: 1px;
}
.section-header {
font-size: 14pt;
margin-bottom: -0.6rem;
}
|