blob: 975cbcbc188b0e5fe1e34a50ec03e45103765b38 (
plain)
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
|
body { background-color: #FFFFFF;
color: #0066CC;
font-family: Georgia, "Times New Roman", serif;
}
h1 { background-color: #CCFFFF;
color: #0099FF;
line-height: 200%;
font-family: Georgia, "Times New Roman", serif;
}
h2 { background-color: #CCFFFF;
color: #0099FF;
font-family: Georgia, "Times New Roman", serif;
line-height: 100%
}
h3 { background-color: #CCFFFF;
font-family: Georgia, "Times New Roman", serif;
line-height: 90%
}
h4 { background-color: #FFFFFF;
color: #FF9900;
font-family: Georgia, "Times New Roman", serif;
line-height: 100%
}
a {color: #333300;
}
p {font-size: 120%;
}
ul {font-weight: bold;
}
#wrapper { width: 850px;
margin-left: auto;
margin-right: auto;
}
.nav { font-weight: bold;
font-size: 1.25em;
}
#footer {font-size: .75em;
font-style: italic;
}
|