-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathstyles.css
77 lines (75 loc) · 1.5 KB
/
styles.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
input, textarea, select {
border-style:solid;
border-width:1px;
border-color:#666666;
font-size:13px;
color:#000000;
}
a {
font-size: 11px;
text-decoration: underline;
color:#A392B4;
}
a:hover {
font-size: 11px;
text-decoration: none;
color:#A392B4;
}
.nav {
font-size: 10px;
text-decoration: none;
color:#A392B4;
}
.nava {
font-size: 10px;
text-decoration: underline;
color:#A392B4;
}
.nava:hover {
font-size: 10px;
text-decoration: none;
color:#A392B4;
}
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#453159;
}
.headerfont {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
color:#453159;
font-weight:bold;
}
.headera {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
color:#453159;
font-weight:bold;
}
.headera:hover {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
text-decoration: underline;
color:#453159;
font-weight:bold;
}
.small {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px;color: #FFFFFF;
}
.smalla {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px;color: #FFFFFF;text-decoration: underline;
}
.smalla:hover {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color:#FFFFFF;text-decoration: none;
}
.form {
border-style:solid;
border-width:1px;
border-color:#666666;
background-color:#ffffff;
font-size:11px;
color:#000000;
}