style.css
582 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
39
40
41
42
43
44
45
46
@charset "utf-8";
body {
font-family : Verdana, Arial, Helvetica, Sans-serif;
color : #FFFFFF;
background-color : #000000;
line-height: 1.2em;
}
h1, h2 {
text-align: center
}
dt {
font-weight : bold;
float : left;
width: 10%;
clear: left
}
dd {
margin : 0 0 0.4em 0;
float : left;
width: 90%;
display: block;
}
p {
clear : both;
}
a {
text-decoration : underline;
}
:active {
text-decoration : none;
}
a:focus, a:hover {
outline: solid
}
:link {
color: #0000FF;
background-color: #FFFFFF
}