1ul {
 2	list-style-type: none ;
 3}
 4
 5ul.contents {
 6	padding: 0 ;
 7}
 8
 9table {
10	border: none ;
11	border-spacing: 0 ;
12	border-collapse: collapse ;
13}
14
15td {
16	vertical-align: top ;
17	padding: 0 ;
18	text-align: left ;
19	line-height: 1.25 ;
20	width: 15% ;
21}