blob: 6b0cf8608167e2748839aa0d8b17dfcff7d5b791 (
plain) (
blame)
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
|
body {
margin-left: 150;
margin-right: 150;
background: #000000;
color: #FFFFFF;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 14px;
}
div.topbar {
height: 25px;
padding: 7px;
color: #000000;
background-color: #e57f20;
font-weight: bold;
margin-bottom: 50;
}
div.topbar a {
margin-right: 15;
font-size: 20px;
font-weight: bold;
color: #000000;
}
h2 {
color: #e57f20;
font-size: 18px;
}
|