mydoc { display: block; font-family: Arial, sans-serif; font-size: 14; background-image: url("bground.gif"); background-position: repeat; } greeting { display: block; text-align: center; background-color: FF00FF; color: FFFFFF; font-size: 24; font-weight: bold } showlist { display: block; font-family: serif, Times New Roman font-size: 12; text-indent: 3 em; height: 2 em; } b { display: inline; font-weight: bold; } highlight { display: inline; color: blue; background-color: aqua; font-weight: bold; } breaksmall { display: block; height: 2 em; } breakbig { display: block; height: 6 em; }