-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
48 lines (43 loc) · 988 Bytes
/
style.css
File metadata and controls
48 lines (43 loc) · 988 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
a:link { text-decoration: none; color: #314F7C }
a:visited { text-decoration: none; color: #314F7C }
a:active { text-decoration: none; color: #314F7C }
a:hover { text-decoration: underline; color: #314F7C }
body {
Font-Family: Verdana;
Color: #000000;
Font-Size: 8pt;
Text-Decoration: none;
Background-Color: #FFFFFF;
Margin-Top: 0px;
Margin-Left: 0px;
Margin-Right: 0px;
Margin-Bottom: 0px;
}
.small {
Font-Family: Verdana;
Color: #000000;
Font-Size: 8pt;
Text-Decoration: none;
}
.border {
Font-Family: Verdana;
Color: #000000;
Font-Size: 8pt;
Text-Decoration: none;
Background-Color: #EEEEEE;
Border: #BBBBBB 1px solid;
}
.salty {
Font-Family: Verdana;
Color: #555555;
Font-Size: 10pt;
Letter-Spacing: -1px;
Text-Decoration: none;
}
.heading {
Font-Family: Verdana;
Color: #000000;
Font-Size: 30pt;
Font-Weight: Bold;
Text-Decoration: none;
}