-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
44 lines (37 loc) · 1.83 KB
/
style.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
body{background:white;color:black; font-family: Arial; font-size: 10pt; text-align: justify;}
h1 { font-family: Arial; font-size: 26pt; font-face: bold; margin-bottom: 3px; margin-top: 0px;}
h2 { font-family: Arial; font-size: 18pt; font-face: bold; margin-bottom: 6px; margin-top: 3px;}
h3 { font-family: Arial; font-size: 15pt; font-face: bold; margin-bottom: 6px; margin-top: 3px;}
h4 { font-family: Arial; font-size: 11pt; font-face: bold; margin-bottom: 2px; margin-top: 2px;}
h5 { font-family: Arial; font-size: 11pt; font-face: bold; margin-bottom: 2px; margin-top: 2px;}
p {padding: 0px; border: 0px hidden black; font-family: Arial; font-size: 10pt; color: #000000; margin-top: 0px; margin-bottom: 0px; text-indent:30px; }
// span{font-family: Arial; font-weight: bold; font-size: 10pt; color: #bb0000;}
hr {color: #aa8888; background-color: #f00; height: 1px; align: left; width: 100%; }
ol {margin-left: -15px; margin-bottom: 12px; margin-top: 10px; font-family: Arial; font-size: 10pt;}
ul {margin-left: -15px; margin-bottom: 12px; margin-top: 10px; font-family: Arial; font-size: 10pt;}
table {border: 0px double #888888;}
td {padding: 2px; border: 0px hidden #ffffff; font-family: Arial; font-size: 10pt; text-align: justify;}
img {border: 0px}
a:link {color:#000000;background:none;text-decoration: none;}
a:visited {color:#000000;background:none;text-decoration: none;}
a:active {color:#bb0000;background:none;text-decoration: none;}
a:hover {color:#000000;background:#dddddd;text-decoration: none;}
frameset {border-width: 5px; border-style: none; border-style: hidden; border-collapse: collapse; }
#container {
width:750px;
text-align:left;
padding:0;
margin:0 0;
}
#pageHeader {
width:50px;
height:50px;
float:right;
margin:-10px 0 0 0;
padding:0;
text-align: right;
color: #363435;
}
#pageContent{
padding-left: 10px;
}