-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmystyle.css
More file actions
56 lines (52 loc) · 1.18 KB
/
mystyle.css
File metadata and controls
56 lines (52 loc) · 1.18 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
<STYLE TEXT="text/css">
<!--
BODY {background: #FFFFFF; font-family: arial}
A:link {color: ##0000A0}
A:visited {color: #0000FF}
A {text-decoration: none; font-family: arial}
H1 {font-size: 24pt; font-family: arial; margin-left: 20px}
H2 {font-size: 18pt; font-family: arial; margin-left: 20px}
H3 {font-size: 14pt; font-family: arial; margin-left: 20px}
P {font-size: 14pt; font-family: arial; line-height: 25px;
margin-left: 40px; margin-right: 250px; margin-top: 10px}
UL {margin-left: 40px}
UL > LI {font-family: arial; line-height: 25px}
OL > LI {font-family: arial; line-height: 25px}
th {
text-align: left;
}
td.column1 {
text-align: right;
}
table {
font-size: 14pt;
font-family: arial;
margin-left:20px;
margin-right:auto;
border-collapse: collapse;
}
#menu {
top: 0px;
width: 100%;
height: 40px;
font-size: 16px;
font-family: arial;
text-align: left;
background-color: #8B0000;
}
#menu ul {
height: auto;
padding: 8px 0px;
margin: 0px;
}
#menu li {
display: inline;
padding: 10px;
}
#menu a {
text-decoration: none;
color: #FFFFFF;
padding: 8px 8px 8px 8px;
}
-->
</STYLE>