-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
85 lines (73 loc) · 1.24 KB
/
style.css
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
73
74
75
76
77
78
79
80
81
82
83
84
85
.fredo {
font-family: "Arial", sans-serif;
font-size: 10pt;
}
h1 {
margin-top: 12pt;
margin-right: 0;
margin-bottom: 3pt;
margin-left: 0;
page-break-after: avoid;
font-size: 16pt;
font-family: "Arial", sans-serif;
font-weight: bold;
}
h2 {
margin-top: 12pt;
margin-right: 0;
margin-bottom: 3pt;
margin-left: 0;
page-break-after: avoid;
font-size: 14pt;
font-family: "Arial", sans-serif;
font-weight: bold;
font-style: italic;
}
a:link,
span.MsoHyperlink,
a:visited,
span.MsoHyperlinkFollowed {
color: blue;
text-decoration: underline;
}
p {
margin-right: 0;
margin-left: 0;
font-size: 12pt;
font-family: "Times New Roman", serif;
}
p.MsoNormal,
li.MsoNormal,
div.MsoNormal {
margin: 0in;
margin-bottom: 0.0001pt;
font-size: 12pt;
font-family: "Times New Roman", serif;
}
.table-container {
border-collapse: collapse;
margin: 0;
padding: 0;
}
.table-cell {
padding: 2.65pt;
vertical-align: top;
}
.logo-img {
font-size: 10pt;
}
.header {
font-size: 14pt;
font-family: "Helvetica", sans-serif;
}
.division {
font-size: 11pt;
font-family: "Helvetica", sans-serif;
}
.university {
font-size: 11pt;
font-family: "Helvetica", sans-serif;
}
.university-link {
font-size: 10pt;
}