-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
71 lines (56 loc) · 947 Bytes
/
stylesheet.css
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
68
69
70
71
body,table,td,tr,div,p,h1,h2,h3,h4,ul,li,a,center {
font-family:Verdana,sans-serif;
text-decoration:none;
font-size:10pt;
color:#000000;
background-color:#FFffFF;
}
a:hover {
text-decoration:underline;
}
a {
text-decoration:none;
font-weight:bold;
font-size:10pt;
border-style:none;
}
img {
border:0pt;
}
table {
border:0pt;
}
td.menu {
margin-top:5cm;
margin-right:5cm;
margin-left:5cm;
vertical-align:top;
align:right;
width:20%;
}
td.content {
margin-top:5cm;
margin-right:5cm;
margin-left:5cm;
vertical-align:top;
width:80%;
}
p {
text-decoration:none;
margin-right:5cm;
margin-left:2.5cm;
text-align:left;
}
h1 {
font-size:20pt;
letter-spacing:3px;
font-weight:bold;
margin-top:100px;
margin-left:5.5cm;
}
h2 {
font-size:14pt;
font-weight:bold;
margin-top:100px;
margin-left:5.5cm;
}