blob: badd5792637214e0277b59ab28e22ca201bfade0 (
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
|
BODY{ background: white;
color: black }
A:link{ background: white;
color: blue }
A:visited{ background: white;
color: rgb(50%, 0%, 50%) }
H1{ background: white;
color: rgb(55%, 55%, 55%);
font-family: monospace;
font-size: large;
text-align: center }
H2{ background: white;
color: rgb(0%, 0%, 100%);
font-family: monospace;
text-align: center }
H3{ background: white;
color: rgb(40%, 40%, 40%);
font-family: monospace }
IMG.toplogo{ vertical-align: middle }
|