style.css
645 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
body {
background: #fff;
text-align: center;
}
form {
width: 650px;
}
h1, h2 {
text-align: center;
margin:0px;
padding: 0px;
}
h2 {
color: #060;
font-size: 100%;
}
table {
border-collapse: collapse;
}
th {
border: 1px #999 solid;
padding: 4px;
font-weight: normal;
text-align: left;
background-color: #ccffcc;
}
td {
border: 1px #999 solid;
text-align: left;
padding: 4px;
}
input[type="checkbox"] {
cursor: hand;
}
label {
cursor: hand;
}
#mainTbl {
font-size: 90%;
line-height: 150%;
color: #333;
text-align: left;
margin: 20px auto 20px auto;
}
.attention {
color:#f33;
}
.space {
letter-spacing: 1.5em;
}