/** * trainer.css * * week 9 section * fall 2013 * * global stylesheet */ html { height: 100%; } body { font-family: sans-serif; height: 100%; margin: 0; } #logo { margin-bottom: 10px; font-size: larger; font-weight: bold; margin-top: 20px; text-align: center; } table { margin-bottom: 10px; margin-top: 10px; margin-left: auto; margin-right: auto; table-layout: fixed; text-align: center; } #pool { margin-bottom: 10px; margin-top: 10px; text-align: center; }