Add missing 'body' html markup.
[powerfractal_website.git] / style.css
1 body {
2 font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color: #000000; text-decoration: none;
3
4 background-color: #FFFFFF;
5
6 scrollbar-face-color: #4DE0E9;
7 scrollbar-shadow-color: #33969C;
8 scrollbar-highlight-color: #8BF8FF;
9 scrollbar-3dlight-color: #3C00FF;
10 scrollbar-darkshadow-color: #12004C;
11 scrollbar-track-color: #000000;
12 scrollbar-arrow-color: #BB0000;
13
14 font-weight: bold
15 }
16
17 #news a {
18 font-size: 12pt;
19 }
20
21 a:link {
22 font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #001E9E; text-decoration: none;
23 }
24
25 a:visited {
26 font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #777E9E; text-decoration: none;
27 }
28
29 a:hover
30 {
31 font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #00619E; text-decoration: none;
32 }
33
34 a:active
35 {
36 font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #0094F2; text-decoration: none;
37 }