1
2table.info_hof {
3	width:80%;
4}
5
6.hof_evenrow {
7	background-color:__background_other__;
8}
9.hof_oddrow {
10	background-color:__background__;
11}
12.hof_caption {
13	font-weight:bold;
14	font-size:120%;
15	padding-bottom:4px;
16}
17.hof_row_pos {
18	text-align:center;
19	width:10%;
20}
21.hof_row_name {
22	text-align:left;
23}
24.hof_row_num {
25	text-align:right;
26	width:15%;
27}
28