The R Project SVN R

Rev

Rev 9940 | Rev 43739 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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