1html { 2 background: rgb(0,0,0); 3 color: rgb(160,160,160); 4 font-family: sans; 5} 6 7/* 8links 9*/ 10 11a { 12 color: rgb(128,192,128); 13} 14 15a:hover { 16 color: rgb(192,128,128); 17}