-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmystyle.css
More file actions
38 lines (37 loc) · 967 Bytes
/
mystyle.css
File metadata and controls
38 lines (37 loc) · 967 Bytes
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
<STYLE TEXT="text/css">
<!--
BODY {background: #FFFFFF; font-family: arial}
A:link {color: #8B000}
A:visited {color: #FF0000}
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 > LI {font-family: arial; line-height: 25px}
OL > LI {font-family: arial; line-height: 25px}
#menu {
width: auto;
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: 20px;
}
#menu a {
text-decoration: none;
color: #FFFFFF;
padding: 8px 8px 8px 8px;
}
-->
</STYLE>