EstilosHelper.css
797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
body {
background: #E9F7FE;
}
.cabecalho {
color: #000000;
text-align: center;
font-weight: bold;
font-family: Verdana, Helvetica, sans-serif;
font-size: 25px;
}
.item {
color: #000000;
font-weight: bold;
font-family: Verdana, Helvetica, sans-serif;
font-size: 13px;
}
.textoNormal {
color: #000000;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
}
.textoNormalNegrito {
color: #000000;
font-weight: bold;
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
}
.textoObservação {
font-family: Verdana, Helvetica, sans-serif;
font-size: 12px;
font-style: italic;
text-decoration: underline;
color: rgb(255, 0, 0);
}
.table{
border: 0px;
background-color: #90c7fc;
border-spacing: 0px;
padding: 0px;
}
td{
background-color: #E9F7FE;
}