-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbrief.css
More file actions
47 lines (47 loc) · 1.01 KB
/
brief.css
File metadata and controls
47 lines (47 loc) · 1.01 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
a.menu:link, a:menu:active, a.menu:visited {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 14px;
font-weight: bold;
color: #333333;
text-decoration: none;
}
a.menu:hover {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 14px;
font-weight: bold;
color: #336699;
text-decoration: none;
}
.here {
font-family: verdana,arial,helvetica,sans-serif;
font-size: 14px;
font-weight: bold;
color: #336699;
text-decoration: none;
}
.title {
font-family: verdana,arial,helvetica,sans-serif;
font-size: x-small;
font-weight: bold;
color: #000066;
}
.sidetitle {
font-family: verdana,arial,helvetica,sans-serif;
font-size: x-small;
font-weight: bold;
color: black;
text-align: right;
}
.body {
font-family: verdana,arial,helvetica,sans-serif;
font-size: xx-small;
font-weight: normal;
color: black;
}
.sub-head {
font-family: verdana,arial,helvetica,sans-serif;
font-size: x-small;
line-height:150%;
font-weight: normal;
color: #000066;
}