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
57
58
59
60
61
62
63
64
65
66
67
|
html,body,div,span,applet,object,iframe,
pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,strong,tt,var,dl,dt,dd,blockquote,
fieldset,form,i,b,caption,tbody,tfoot,thead,tr,th,td{
margin:0;
padding:0;
vertical-align:baseline;
}
body{
background:#fff;
color:#000;
font:75%/1.5em Verdana, Helvetica, Arial, sans-serif;
}
:focus{
outline:0;
}
code,kbd,tt{
font-family: "Courier new", Courier;
line-height:1;
*line-height:1.5;
}
del{
text-decoration:line-through;
}
*::-moz-focus-inner {
border: 0;
}
img{
border: 0;
display:inline-block;
vertical-align:bottom;
}
ol{
list-style:inside decimal;
}
ul{
list-style:inside disc;
}
pre{
font-family:"Courier New", Courier;
margin:0 0 1.5em;
}
sub{
top:0.4em;
font-size:0.85em;
line-height:1;
position:relative;
vertical-align:baseline;
}
sup{
font-size:0.85em;
line-height:1;
position:relative;
bottom:0.5em;
vertical-align:baseline;
}
|