blob: bca480a948bdeaa2e88a52242bb53c90600e8059 (
plain) (
blame)
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
|
.ft {
font-family: "Times New Roman";
text-align: justify;
}
.ftb {
font-family: "Times New Roman";
font-weight: bold;
text-align: justify;
}
.ft48 {
font-size: 48px;
color: #FF0000;
font-family: "Times New Roman";
}
.ftred {
font-family: "Times New Roman";
color: #FF0000;
text-align: justify;
}
.ftblue {
font-family: "Times New Roman";
color: #0000FF;
text-align: justify;
}
.ftlsu {
font-family: "Lucida Sans Unicode";
text-align: justify;
}
.ftn {
color: #FFFFFF;
font-family: "Times New Roman";
background-color: #FFFFFF;
}
|