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
|
body {
font-size:75%;
background:#667788;
color:#fff;
text-shadow:0 0 0 #fff; /* Safari nonsense */
}
h1, h2, h3 {
font:normal 3em "Helvetica Neue",georgia,"times new roman","Arial Rounded MT Bold",helvetica,verdana,tahoma,arial,"sans serif";
font-weight:normal;
margin-bottom:0px;
}
h1 {
margin-top:0px;
}
h1, h2 {
letter-spacing:-1px; /* zomg web x.0! ;) */
}
h2 {
font-size:2em;
margin-top:0.25em;
}
p {
font:normal 1em verdana,tahoma,arial,"sans serif";
}
.point {
position:absolute;
width:32px;
height:32px;
}
|