The R Project SVN R

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
10486 ripley 1
BODY{		background: white;
2
		color: black }
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;
10
		color: rgb(55%, 55%, 55%);
11
		font-family: monospace;
12
		font-size: large;
13
		text-align: center }
14
 
15
H2{		background: white;
16
		color: rgb(0%, 0%, 100%);
17
		font-family: monospace;
18
		text-align: center }
19
 
20
H3{		background: white;
21
		color: rgb(40%, 40%, 40%);
22
		font-family: monospace }
23
 
24
IMG.toplogo{	vertical-align: middle }
25