-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
75 lines (58 loc) · 1.37 KB
/
Copy pathindex.css
File metadata and controls
75 lines (58 loc) · 1.37 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
body {color: black ; background: white; font-family: Arial, sans-serif; }
/*
:link, :visited, :active { color: navy; text-decoration: none; font-weight: bold; }
a:hover { color: white; background: navy; font-weight: bold; }
*/
:link, :visited, :active { color: navy; text-decoration: underline; }
a:hover { color: white; background: navy; }
.new { color: red; background: yellow; font-weight: bold; }
img { border: 0 }
h2, h3 { color: #2C70B3; }
hr { background: #c51429; height: 2px; border: 0 }
.title {
font-weight: bold;
text-align: left;
width: 100%;
margin-left: auto; margin-right: auto;
}
table.header {
border: 0;
width: 100%;
text-align: center;
vertical-align: middle;
}
table.parts {
border: 0;
width: 100%;
text-align: left;
vertical-align: top;
}
table.footer {
border: 0;
width: 100%;
font-size: smaller;
font-style: italic;
text-align: center;
vertical-align: middle;
}
table.title {
border: 0;
border-spacing: 10;
width: 100%;
text-align: center;
vertical-align: top;
}
td.contact {
font-size: smaller;
}
td.Line{
text-align: center;
font-weight: bold;
width: 1500px;
}
table.list { border: 0px; padding: 0px;
vertical-align: top; text-align: left;
border-collapse: collapse;
}
table.list th, table.list td { vertical-align: top; text-align: left;
padding: 0px; padding-right: 1em; border: solid white 0px; }