The R Project SVN R

Rev

Rev 6390 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6390 Rev 9940
Line 1... Line 1...
1
BODY{		background: white;
1
BODY{		background: white;
2
		color: black }
2
		color: black }
3
A:link{		color: blue }
-
 
4
A:visited{	color: rgb(50%, 0%, 50%) }
-
 
5
 
3
 
-
 
4
A:link{         background: white;
-
 
5
                color: blue }
-
 
6
A:visited{	background: white;
-
 
7
		color: rgb(50%, 0%, 50%) }
-
 
8
 
-
 
9
H1{		background: white;
6
H1{		color: rgb(55%, 55%, 55%);
10
		color: rgb(55%, 55%, 55%);
7
		font-family: monospace;
11
		font-family: monospace;
8
		font-size: x-large;
12
		font-size: x-large;
9
		align: center }
13
		text-align: center }
10
 
14
 
-
 
15
H2{		background: white;
11
H2{		color: rgb(40%, 40%, 40%);
16
		color: rgb(40%, 40%, 40%);
12
		font-family: monospace;
17
		font-family: monospace;
13
		font-size: large;
18
		font-size: large;
14
		align: center }
19
		text-align: center }
15
 
20
 
-
 
21
H3{		background: white;
16
H3{		color: rgb(40%, 40%, 40%);
22
		color: rgb(40%, 40%, 40%);
17
		font-family: monospace;
23
		font-family: monospace;
18
		font-size: large }
24
		font-size: large }
19
 
25
 
20
IMG.toplogo{	vertical-align: center }
26
IMG.toplogo{	vertical-align: middle }
21
 
27