summaryrefslogtreecommitdiffstats
path: root/docs/br_fw_ia/br_fw_ia.css
blob: 11e7bdb4603fe9be1029c00a3f04e3ed959812e4 (plain)
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
H1 { FONT: bold 25pt Times, serif; TEXT-ALIGN: center; TEXT-DECORATION: none }
P  {  FONT: 18pt Times, serif }
LI {  FONT: 16pt Times, serif }
PRE { FONT: 18pt Courier, monospace }

.statement { TEXT-DECORATION: underline }
.section { FONT: bold 22pt Times }
.case { FONT-STYLE: italic }
.note {  
 font-family: Arial;
 font-weight: normal;
 font-size: 14pt;
 padding-left: 0.4em;
 border: solid;
 border-width: thin;
 border-left: solid;
 border-right: none;
 border-top: none;
 border-bottom: none;
 border-left-width: thin;
 border-color: red;
 margin-top: 0.2em;
 margin-bottom: 0.2em;
}

DIV {
 border: solid;
 border-width: thin;
 background-color: #ffff99;
}

BODY {
 background-color: white;
}