32 lines
420 B
CSS
32 lines
420 B
CSS
|
|
html {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
body {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
color: #000;
|
|
background: #fff;
|
|
font-family: 'DejaVu Sans', sans-serif;
|
|
font-size: 9pt;
|
|
line-height: 1.3em;
|
|
font-weight: 400 ;
|
|
}
|
|
table {
|
|
border: none;
|
|
}
|
|
|
|
strong {
|
|
font-weight: 600;
|
|
}
|
|
|
|
@page {
|
|
margin: 0px;
|
|
}
|
|
@page {
|
|
margin-top: 0px;
|
|
}
|